Merge branch 'master' into import_export_keywords

This commit is contained in:
Naveen Singh 2024-12-25 20:46:51 +05:30 committed by GitHub
commit 025a3a2729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
127 changed files with 4238 additions and 235 deletions

View file

@ -13,9 +13,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="@dimen/small_margin"
android:paddingTop="@dimen/activity_margin"
android:paddingTop="@dimen/medium_margin"
android:paddingEnd="@dimen/normal_margin"
android:paddingBottom="@dimen/activity_margin">
android:paddingBottom="@dimen/medium_margin">
<ImageView
android:id="@+id/conversation_image"

View file

@ -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" />