Added autocomplete and autocorrect input types to chat edittext

This commit is contained in:
Juha Heinanen
2022-02-02 11:48:34 +02:00
parent 21320ddfcb
commit 3ee0a9b55b

View File

@ -36,7 +36,7 @@
android:layout_alignParentBottom="true"
android:layout_toStartOf="@id/sendButton"
android:textSize="18sp"
android:inputType="textMultiLine|textShortMessage|textCapSentences"
android:inputType="textMultiLine|textShortMessage|textCapSentences|textAutoComplete|textAutoCorrect"
android:scrollHorizontally="false"
android:autofillHints="text"
android:hint="@string/new_message" >