From c2df9892171f91ab9463defad381bf4a30907e02 Mon Sep 17 00:00:00 2001 From: sk Date: Wed, 1 Feb 2023 11:05:50 +0100 Subject: [PATCH] fix width misalignment in header --- mastodon/src/main/res/layout/display_item_header.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/res/layout/display_item_header.xml b/mastodon/src/main/res/layout/display_item_header.xml index 4cfb34607..658b8bdaa 100644 --- a/mastodon/src/main/res/layout/display_item_header.xml +++ b/mastodon/src/main/res/layout/display_item_header.xml @@ -64,7 +64,7 @@ android:id="@+id/name_wrap" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginEnd="12dp" + android:layout_marginEnd="8dp" android:layout_marginTop="7dp" android:layout_toStartOf="@id/unread_indicator" android:layout_toEndOf="@id/avatar"