From dc75882cee28450e6415426c055ad79489c4b3a8 Mon Sep 17 00:00:00 2001 From: sk Date: Wed, 21 Jun 2023 10:32:41 +0200 Subject: [PATCH] slightly adjust margin closes sk22#585 --- mastodon/src/main/res/layout/edit_timeline.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mastodon/src/main/res/layout/edit_timeline.xml b/mastodon/src/main/res/layout/edit_timeline.xml index dcb75e1c0..68373c0ae 100644 --- a/mastodon/src/main/res/layout/edit_timeline.xml +++ b/mastodon/src/main/res/layout/edit_timeline.xml @@ -83,7 +83,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginHorizontal="24dp" - android:layout_marginBottom="12dp" /> + android:layout_marginBottom="16dp" /> @@ -127,7 +127,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginHorizontal="24dp" - android:layout_marginBottom="12dp" + android:layout_marginBottom="16dp" app:chipBackground="?colorAccentLightest" app:chipTextColor="?android:textColorPrimary" /> @@ -150,7 +150,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginHorizontal="24dp" - android:layout_marginBottom="12dp" + android:layout_marginBottom="16dp" app:chipBackground="?colorAccentLightest" app:chipTextColor="?android:textColorPrimary" />