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