From b7d06a47db1c723a4ec5e8eab1b1787895f1a4c6 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Sun, 17 Sep 2023 13:03:18 -0300 Subject: [PATCH] fix(compose): fixes compose language button being too thin when You can see its too thin by tapping on it and seeing the button shadow, which indicates its too thin --- mastodon/src/main/res/layout/compose_action.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/res/layout/compose_action.xml b/mastodon/src/main/res/layout/compose_action.xml index 3dece3c14..4f5680a88 100644 --- a/mastodon/src/main/res/layout/compose_action.xml +++ b/mastodon/src/main/res/layout/compose_action.xml @@ -12,7 +12,7 @@ android:id="@+id/language_btn" style="@style/Widget.Mastodon.M3.Button.Text" android:layout_width="wrap_content" - android:layout_height="match_parent" + android:layout_height="wrap_content" android:paddingStart="12dp" android:paddingEnd="12dp" android:drawableStart="@drawable/ic_fluent_local_language_16_regular"