upstream was right about the weird padding

see "Navigation bar target size and margins" in
https://m3.material.io/components/navigation-bar/specs
This commit is contained in:
sk
2023-07-21 00:37:05 +02:00
parent 9455eaf820
commit 17929a6b2d

View File

@@ -12,7 +12,8 @@
<org.joinmastodon.android.ui.views.TabBar
android:id="@+id/tabbar"
android:layout_width="match_parent"
android:layout_height="56dp">
android:layout_height="56dp"
android:paddingHorizontal="8dp">
<FrameLayout
android:id="@+id/tab_home"