Try a shorter tab bar
This commit is contained in:
parent
de9d2b9c18
commit
5a5977581a
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue