From b370fcda6d07aaf16f61d2cfad753b73e130b960 Mon Sep 17 00:00:00 2001 From: sk Date: Thu, 8 Dec 2022 21:00:30 +0100 Subject: [PATCH] add bottom margin to sensitive toggle --- mastodon/src/main/res/layout/fragment_compose.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mastodon/src/main/res/layout/fragment_compose.xml b/mastodon/src/main/res/layout/fragment_compose.xml index 90d7ac8b0..72efb5426 100644 --- a/mastodon/src/main/res/layout/fragment_compose.xml +++ b/mastodon/src/main/res/layout/fragment_compose.xml @@ -159,6 +159,7 @@ android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginBottom="16dp" android:layout_marginTop="8dp" android:gravity="center_vertical" android:layoutDirection="locale"