mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-06 05:24:46 +01:00
turn on auto-capitalization of sentences in chat
This commit is contained in:
parent
4791ccaca8
commit
17945b2dc0
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue