From c51be5f199bcf604b700cac222288846ddc5e662 Mon Sep 17 00:00:00 2001 From: sk Date: Mon, 6 Feb 2023 13:53:28 +0100 Subject: [PATCH] add missing margin closes sk22#407 --- mastodon/src/main/res/layout/item_profile_about.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mastodon/src/main/res/layout/item_profile_about.xml b/mastodon/src/main/res/layout/item_profile_about.xml index 7b65ceb38..4e336fe26 100644 --- a/mastodon/src/main/res/layout/item_profile_about.xml +++ b/mastodon/src/main/res/layout/item_profile_about.xml @@ -14,7 +14,9 @@ android:textAppearance="@style/m3_label_medium" android:textAllCaps="true" android:textSize="12sp" - android:paddingTop="8dp" + android:paddingTop="6dp" + android:paddingBottom="2dp" + android:layout_marginEnd="4dp" tools:text="Field title"/> \ No newline at end of file