mihon/app/src/main/res/layout/activity_reader.xml

22 lines
771 B
XML
Raw Normal View History

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">
<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">
</eu.kanade.mangafeed.widget.ReaderViewPager>
2015-10-21 00:04:04 +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>