mirror of
https://github.com/FossifyOrg/Messages.git
synced 2026-06-19 05:49:05 -04:00
Merge pull request #58 from Aga-C/limit-message-box-size
Added limit to the message box size (#55)
This commit is contained in:
@@ -112,6 +112,7 @@
|
||||
android:hint="@string/type_a_message"
|
||||
android:inputType="textCapSentences|textMultiLine"
|
||||
android:minHeight="@dimen/normal_icon_size"
|
||||
android:maxLines="8"
|
||||
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" />
|
||||
|
||||
Reference in New Issue
Block a user