fixed message conversation input type

This commit is contained in:
Mariotaku Lee 2017-09-08 23:21:21 +08:00
parent 10c5f3fd34
commit b534d20363
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
android:focusable="true"
android:gravity="start|center_vertical"
android:hint="@string/type_to_compose"
android:inputType="textShortMessage|textMultiLine|textCapSentences"
android:inputType="textMultiLine|textLongMessage|textCapSentences"
android:maxHeight="140dp"
android:textAppearance="?android:textAppearanceMedium"
android:textColor="?android:textColorPrimary"