2017-05-06 21:49:39 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-02-22 07:43:50 +08:00
|
|
|
<androidx.viewpager.widget.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-12-05 05:22:35 +08:00
|
|
|
android:id="@+id/manga_pager"
|
2017-05-06 21:49:39 +08:00
|
|
|
android:layout_width="match_parent"
|
2020-01-06 00:29:27 +08:00
|
|
|
android:layout_height="match_parent" />
|