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: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"
@ -187,4 +187,4 @@
android:layout_margin="10dp" android:layout_margin="10dp"
android:layout_below="@+id/top"/> android:layout_below="@+id/top"/>
</RelativeLayout> </RelativeLayout>