Edit Text will automatically make the first letter capital
<EditText | |
android:id="@+id/editText" | |
android:layout_width="match_parent" | |
android:layout_height="0dp" | |
android:layout_weight="1" | |
android:background="@android:color/transparent" | |
android:focusable="true" | |
android:gravity="top" | |
android:hint="@string/post_update" | |
android:inputType="textCapSentences" | |
android:padding="@dimen/paddingS" /> | |
<!--android:inputType="textCapSentences"--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment