Refactor reader

This commit is contained in:
Koitharu
2020-02-24 19:58:16 +02:00
parent e6befc57e0
commit de9e773d2c
13 changed files with 187 additions and 53 deletions

View File

@@ -4,11 +4,11 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/rootLayout"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:keepScreenOn="true">
<androidx.viewpager2.widget.ViewPager2
android:id="@+id/pager"
android:keepScreenOn="true"
<androidx.fragment.app.FragmentContainerView
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent" />