From 17929a6b2d17860dbd9e0a354607b54e1cc266d2 Mon Sep 17 00:00:00 2001 From: sk Date: Fri, 21 Jul 2023 00:37:05 +0200 Subject: [PATCH] upstream was right about the weird padding see "Navigation bar target size and margins" in https://m3.material.io/components/navigation-bar/specs --- mastodon/src/main/res/layout/tab_bar.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mastodon/src/main/res/layout/tab_bar.xml b/mastodon/src/main/res/layout/tab_bar.xml index 19f592353..c89a30864 100644 --- a/mastodon/src/main/res/layout/tab_bar.xml +++ b/mastodon/src/main/res/layout/tab_bar.xml @@ -12,7 +12,8 @@ + android:layout_height="56dp" + android:paddingHorizontal="8dp">