increased max lines to 8
This commit is contained in:
parent
8d339b6521
commit
cdd6bdab98
|
@ -41,7 +41,7 @@
|
||||||
android:inputType="textShortMessage|textMultiLine|textCapSentences"
|
android:inputType="textShortMessage|textMultiLine|textCapSentences"
|
||||||
android:minHeight="48dp"
|
android:minHeight="48dp"
|
||||||
android:minLines="1"
|
android:minLines="1"
|
||||||
android:maxLines="6"
|
android:maxLines="8"
|
||||||
android:paddingBottom="12dp"
|
android:paddingBottom="12dp"
|
||||||
android:paddingLeft="8dp"
|
android:paddingLeft="8dp"
|
||||||
android:paddingRight="8dp"
|
android:paddingRight="8dp"
|
||||||
|
|
Loading…
Reference in New Issue