Updated keyboard on chat to add caps at the beggining of the first word of each sentence

This commit is contained in:
Sylvain Berfini 2018-03-02 17:36:02 +01:00
parent 3389c9af12
commit 628f5806ab

View file

@ -142,7 +142,7 @@
android:textColor="@color/colorB"
android:imeOptions="flagNoExtractUi"
android:textCursorDrawable="@null"
android:inputType="textShortMessage|textMultiLine"
android:inputType="textShortMessage|textMultiLine|textAutoComplete|textAutoCorrect|textCapSentences"
android:contentDescription="@string/content_description_message"
android:maxLines="6"
android:padding="5dp"