[merge] Bring back composer divider where it used to be

Change-Id: I74ee80cf8860917d6fdf5efe545c1ad75e7c1059
This commit is contained in:
SpiritCroc 2022-12-04 17:47:29 +01:00
parent c1fce98bf1
commit 51093ec8ac

View File

@ -32,15 +32,6 @@
app:layout_constraintStart_toStartOf="@id/related_message_background"
app:layout_constraintTop_toTopOf="@id/related_message_background" />
<View
android:id="@+id/related_message_background_bottom_separator"
android:layout_width="0dp"
android:layout_height="1dp"
android:background="?vctr_list_separator"
app:layout_constraintBottom_toBottomOf="@id/related_message_background"
app:layout_constraintEnd_toEndOf="@id/related_message_background"
app:layout_constraintStart_toStartOf="@+id/related_message_background" />
<ImageView
android:id="@+id/composerRelatedMessageAvatar"
android:layout_width="40dp"
@ -139,6 +130,15 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<View
android:id="@+id/composer_top_separator"
android:layout_width="0dp"
android:layout_height="1dp"
android:background="?vctr_list_separator"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent" />
<ImageButton
android:id="@+id/composerEmojiButton"
android:layout_width="42dp"