Refactor tabbed bottom sheet

This commit is contained in:
arkon
2020-04-28 19:57:49 -04:00
parent 1972cc25a9
commit 3374481912
3 changed files with 63 additions and 35 deletions

View File

@@ -6,7 +6,7 @@
android:orientation="vertical">
<com.google.android.material.tabs.TabLayout
android:id="@+id/library_settings_tabs"
android:id="@+id/tabs"
style="@style/Theme.Widget.Tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -14,7 +14,7 @@
app:tabMode="fixed" />
<eu.kanade.tachiyomi.widget.MaxHeightViewPager
android:id="@+id/library_settings_pager"
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="wrap_content" />