1
0
Fork 1

Try a shorter tab bar

This commit is contained in:
Stephen Paul Weber 2023-10-31 16:25:07 +01:00 committed by Arne
parent de9d2b9c18
commit 5a5977581a
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
android:visibility="gone"
android:id="@+id/tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="30dp"
android:background="?attr/colorPrimary"
android:elevation="@dimen/toolbar_elevation"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"

View file

@ -21,7 +21,7 @@
android:visibility="gone"
android:id="@+id/tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="30dp"
android:background="?attr/colorPrimary"
android:elevation="@dimen/toolbar_elevation"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"