2015-10-21 00:04:04 +02:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:gravity="center"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
2015-10-22 02:20:42 +02:00
|
|
|
<eu.kanade.mangafeed.widget.ReaderViewPager
|
2015-10-21 00:04:04 +02:00
|
|
|
android:id="@+id/view_pager"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
2015-10-22 02:20:42 +02:00
|
|
|
</eu.kanade.mangafeed.widget.ReaderViewPager>
|
2015-10-21 00:04:04 +02:00
|
|
|
|
2015-10-21 16:40:50 +02:00
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="8dp"
|
|
|
|
android:layout_gravity="bottom|left"
|
|
|
|
android:background="@color/bg_light_grey"
|
|
|
|
android:textColor="@color/black_87pc"
|
|
|
|
android:textSize="12sp"
|
|
|
|
android:id="@+id/page_number"/>
|
2015-10-21 00:04:04 +02:00
|
|
|
|
|
|
|
</FrameLayout>
|