pull/48/head
parent
54168b8aa5
commit
99ffb829be
@ -1,7 +1,9 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<com.google.android.material.tabs.TabLayout |
||||
xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:id="@+id/tab_layout" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:theme="?attr/actionBarStyle"/> |
||||
<com.google.android.material.tabs.TabLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||
android:id="@+id/tab_layout" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:theme="?attr/actionBarStyle" |
||||
app:tabMaxWidth="100dp" |
||||
app:tabMinWidth="10dp" /> |
Loading…
Reference in new issue