From 628f5806ab04e6dac5707fc6f65e2bba3115f86c Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 2 Mar 2018 17:36:02 +0100 Subject: [PATCH] Updated keyboard on chat to add caps at the beggining of the first word of each sentence --- res/layout/chat.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/chat.xml b/res/layout/chat.xml index f8b10daff..c8d77ee8f 100644 --- a/res/layout/chat.xml +++ b/res/layout/chat.xml @@ -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" @@ -187,4 +187,4 @@ android:layout_margin="10dp" android:layout_below="@+id/top"/> - \ No newline at end of file +