turn on auto-capitalization of sentences in chat

This commit is contained in:
Eric House 2016-05-17 22:21:11 -07:00
parent 4791ccaca8
commit 17945b2dc0

View file

@ -25,6 +25,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:singleLine="false"
android:inputType="textCapSentences"
android:layout_weight="0"
android:hint="@string/chat_hint"
/>