Skip to content

Instantly share code, notes, and snippets.

@msomu
Created October 7, 2015 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msomu/0fc1c5695194440d09d4 to your computer and use it in GitHub Desktop.
Save msomu/0fc1c5695194440d09d4 to your computer and use it in GitHub Desktop.
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