From 40d478aaecaa1974e7bd37eb31d2069ed29cfff0 Mon Sep 17 00:00:00 2001 From: sk Date: Mon, 7 Nov 2022 21:04:28 +0100 Subject: [PATCH] tweak styles --- mastodon/src/main/res/layout/fragment_compose.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/res/layout/fragment_compose.xml b/mastodon/src/main/res/layout/fragment_compose.xml index 1c31a1583..90d7ac8b0 100644 --- a/mastodon/src/main/res/layout/fragment_compose.xml +++ b/mastodon/src/main/res/layout/fragment_compose.xml @@ -159,7 +159,7 @@ android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="12dp" + android:layout_marginTop="8dp" android:gravity="center_vertical" android:layoutDirection="locale" android:paddingLeft="16dp"