From ccab33dd0f962649abe6bf04ec6fe1a9523def02 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Sun, 30 Apr 2023 14:28:01 +0200 Subject: [PATCH] Add additional margin after the "X " view (#3597) Add additional 6dp margin to the top of the username view, to provide more space after the "X " view, consistent with item_follow.xml. --- app/src/main/res/layout/item_status_notification.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/item_status_notification.xml b/app/src/main/res/layout/item_status_notification.xml index 0d973dff..2cf63e55 100644 --- a/app/src/main/res/layout/item_status_notification.xml +++ b/app/src/main/res/layout/item_status_notification.xml @@ -51,6 +51,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="14dp" + android:layout_marginTop="6dp" android:ellipsize="end" android:maxLines="1" android:paddingStart="0dp" @@ -78,19 +79,18 @@ android:textSize="?attr/status_text_medium" app:layout_constraintEnd_toStartOf="@id/status_meta_info" app:layout_constraintStart_toEndOf="@id/status_display_name" - app:layout_constraintTop_toBottomOf="@id/notification_top_text" + app:layout_constraintTop_toTopOf="@+id/status_display_name" tools:text="\@Entenhausen" />