Pages thumbnails on details screen

This commit is contained in:
Koitharu
2024-01-03 19:11:57 +02:00
parent 2f2a5b868d
commit 5e6da9bb1c
11 changed files with 451 additions and 21 deletions

View File

@@ -98,12 +98,17 @@
</FrameLayout>
<androidx.fragment.app.FragmentContainerView
android:id="@+id/container_chapters"
android:name="org.koitharu.kotatsu.details.ui.ChaptersFragment"
<com.google.android.material.tabs.TabLayout
android:id="@+id/tabs"
style="@style/Widget.Material3.TabLayout.Secondary"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:layout="@layout/fragment_chapters" />
android:layout_height="wrap_content"
android:background="@null" />
<androidx.viewpager2.widget.ViewPager2
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>