pull/49/head
parent
25e92bd370
commit
270b78f65e
@ -1,9 +1,6 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<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" /> |
||||
android:theme="?attr/actionBarStyle" /> |
@ -0,0 +1,9 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<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