From 20d838f57654bf461361651a0ec84127b0a99096 Mon Sep 17 00:00:00 2001 From: Julien Humbert Date: Tue, 8 Nov 2022 23:48:04 +0900 Subject: [PATCH] Fix CJK text cut off for category names on Onboarding screen --- mastodon/src/main/res/layout/item_instance_category.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mastodon/src/main/res/layout/item_instance_category.xml b/mastodon/src/main/res/layout/item_instance_category.xml index 7586fe9d9..c42cfe844 100644 --- a/mastodon/src/main/res/layout/item_instance_category.xml +++ b/mastodon/src/main/res/layout/item_instance_category.xml @@ -4,8 +4,8 @@ android:orientation="vertical" android:layout_width="120dp" android:layout_height="72dp" - android:paddingTop="13dp" - android:paddingBottom="13dp"> + android:paddingTop="12dp" + android:paddingBottom="12dp">