Updated keyboard on chat to add caps at the beggining of the first word of each sentence
This commit is contained in:
parent
3389c9af12
commit
628f5806ab
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@
|
||||||
android:textColor="@color/colorB"
|
android:textColor="@color/colorB"
|
||||||
android:imeOptions="flagNoExtractUi"
|
android:imeOptions="flagNoExtractUi"
|
||||||
android:textCursorDrawable="@null"
|
android:textCursorDrawable="@null"
|
||||||
android:inputType="textShortMessage|textMultiLine"
|
android:inputType="textShortMessage|textMultiLine|textAutoComplete|textAutoCorrect|textCapSentences"
|
||||||
android:contentDescription="@string/content_description_message"
|
android:contentDescription="@string/content_description_message"
|
||||||
android:maxLines="6"
|
android:maxLines="6"
|
||||||
android:padding="5dp"
|
android:padding="5dp"
|
||||||
|
|
Loading…
Reference in a new issue