Added limit to the message box size (#55)

This commit is contained in:
Agnieszka C 2024-01-28 10:43:06 +01:00
parent 6bd21d0e0b
commit 9cef7f2221

View file

@ -112,6 +112,7 @@
android:hint="@string/type_a_message"
android:inputType="textCapSentences|textMultiLine"
android:minHeight="@dimen/normal_icon_size"
android:maxLines="5"
app:layout_constraintBottom_toTopOf="@+id/attachment_picker_divider"
app:layout_constraintEnd_toStartOf="@id/thread_select_sim_icon"
app:layout_constraintStart_toEndOf="@+id/thread_add_attachment" />