From 3b542730b1a3c0a683ecb6a5830023a0c9a74e70 Mon Sep 17 00:00:00 2001 From: sk Date: Wed, 18 Jan 2023 12:10:35 +0100 Subject: [PATCH] fix update item margin closes sk22#308 --- mastodon/src/main/res/layout/item_settings_update.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mastodon/src/main/res/layout/item_settings_update.xml b/mastodon/src/main/res/layout/item_settings_update.xml index 8ea7b9e31..c73142b34 100644 --- a/mastodon/src/main/res/layout/item_settings_update.xml +++ b/mastodon/src/main/res/layout/item_settings_update.xml @@ -23,9 +23,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" - android:layout_marginVertical="16dp" - android:layout_marginEnd="16dp" - android:layout_marginStart="8dp" + android:layout_margin="16dp" android:textAppearance="@style/m3_body_medium" tools:text="@string/sk_update_available"/>