From 222c3a2526e37068ba171c007c0eee371ce4b13e Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Mon, 6 Mar 2023 20:19:21 -0300 Subject: [PATCH] refactor(add-mute-timer): change of the mute timer popup layout --- .../main/res/layout/item_mute_duration.xml | 23 ++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/mastodon/src/main/res/layout/item_mute_duration.xml b/mastodon/src/main/res/layout/item_mute_duration.xml index 37bbc2e71..3678372e6 100644 --- a/mastodon/src/main/res/layout/item_mute_duration.xml +++ b/mastodon/src/main/res/layout/item_mute_duration.xml @@ -1,26 +1,32 @@ + android:layout_height="wrap_content" + android:minHeight="48dp" + android:gravity="center_vertical" + android:layoutDirection="locale"> + android:textSize="16sp" />