Added/removed strings

Modified chat message input type
This commit is contained in:
Juha Heinanen
2022-02-03 11:57:31 +02:00
parent 5cf189a06a
commit bbb7eb26ee
3 changed files with 5 additions and 5 deletions
+1 -1
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" >