From 82ccd5691f93aae874209eee564a4a2e35ce4b37 Mon Sep 17 00:00:00 2001 From: cketti Date: Fri, 24 Feb 2023 16:44:08 +0100 Subject: [PATCH] Message List: Align star to the top of the sender name --- .../src/main/res/layout/message_list_item.xml | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/app/ui/legacy/src/main/res/layout/message_list_item.xml b/app/ui/legacy/src/main/res/layout/message_list_item.xml index 4696a7145c..373c8b3da8 100644 --- a/app/ui/legacy/src/main/res/layout/message_list_item.xml +++ b/app/ui/legacy/src/main/res/layout/message_list_item.xml @@ -45,6 +45,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginBottom="12dp" + android:layout_marginEnd="8dp" android:bufferType="spannable" android:singleLine="false" android:textAppearance="@style/TextAppearance.K9.Small" @@ -133,15 +134,15 @@ + app:layout_constraintTop_toTopOf="@+id/preview" + app:layout_constraintVertical_bias="0.0" /> + +