|
|
|
@ -2,6 +2,7 @@ |
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
<io.legado.app.ui.widget.TitleBar |
|
|
|
@ -12,7 +13,8 @@ |
|
|
|
|
<com.google.android.material.tabs.TabLayout |
|
|
|
|
android:id="@+id/tab_layout" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
app:tabMode="scrollable" /> |
|
|
|
|
|
|
|
|
|
<androidx.viewpager.widget.ViewPager |
|
|
|
|
android:id="@+id/view_pager" |
|
|
|
|