mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-03 01:57:40 +01:00
fixed message conversation input type
This commit is contained in:
parent
10c5f3fd34
commit
b534d20363
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user