Increased max lines to 8
This commit is contained in:
parent
9cef7f2221
commit
3ab91c94f7
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@
|
||||||
android:hint="@string/type_a_message"
|
android:hint="@string/type_a_message"
|
||||||
android:inputType="textCapSentences|textMultiLine"
|
android:inputType="textCapSentences|textMultiLine"
|
||||||
android:minHeight="@dimen/normal_icon_size"
|
android:minHeight="@dimen/normal_icon_size"
|
||||||
android:maxLines="5"
|
android:maxLines="8"
|
||||||
app:layout_constraintBottom_toTopOf="@+id/attachment_picker_divider"
|
app:layout_constraintBottom_toTopOf="@+id/attachment_picker_divider"
|
||||||
app:layout_constraintEnd_toStartOf="@id/thread_select_sim_icon"
|
app:layout_constraintEnd_toStartOf="@id/thread_select_sim_icon"
|
||||||
app:layout_constraintStart_toEndOf="@+id/thread_add_attachment" />
|
app:layout_constraintStart_toEndOf="@+id/thread_add_attachment" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue