fix pill-less navigation bar with labels

This commit is contained in:
sk
2023-07-21 11:41:34 +02:00
parent 8404c79148
commit 239b6f8202
4 changed files with 33 additions and 25 deletions

View File

@@ -26,6 +26,7 @@
android:orientation="vertical">
<FrameLayout
android:id="@+id/tab_home_pill"
android:layout_width="match_parent"
android:layout_height="32dp"
android:background="@drawable/bg_tabbar_tab"
@@ -63,6 +64,7 @@
android:orientation="vertical">
<FrameLayout
android:id="@+id/tab_search_pill"
android:layout_width="match_parent"
android:layout_height="32dp"
android:background="@drawable/bg_tabbar_tab"
@@ -100,6 +102,7 @@
android:orientation="vertical">
<RelativeLayout
android:id="@+id/tab_notifications_pill"
android:layout_width="match_parent"
android:layout_height="32dp"
android:background="@drawable/bg_tabbar_tab"
@@ -155,6 +158,7 @@
android:orientation="vertical">
<FrameLayout
android:id="@+id/tab_profile_pill"
android:layout_width="match_parent"
android:layout_height="32dp"
android:background="@drawable/bg_tabbar_tab"