Added textShortMessage input type to message text view
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_toStartOf="@id/sendButton"
|
||||
android:textSize="18sp"
|
||||
android:inputType="textMultiLine"
|
||||
android:inputType="textMultiLine|textShortMessage"
|
||||
android:scrollHorizontally="false"
|
||||
android:autofillHints="text"
|
||||
android:hint="@string/new_message" >
|
||||
|
||||
Reference in New Issue
Block a user