2015-10-20 18:04:04 -04: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-24 10:04:42 -04:00
|
|
|
<FrameLayout
|
2015-11-15 15:21:12 -05:00
|
|
|
android:id="@+id/reader"
|
2015-10-20 18:04:04 -04:00
|
|
|
android:layout_width="match_parent"
|
2015-11-18 15:54:33 -05:00
|
|
|
android:layout_height="match_parent">
|
2015-10-24 10:04:42 -04:00
|
|
|
</FrameLayout>
|
2015-10-20 18:04:04 -04:00
|
|
|
|
2015-10-21 10:40:50 -04:00
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2015-11-18 15:54:33 -05:00
|
|
|
android:padding="4dp"
|
2015-10-21 10:40:50 -04:00
|
|
|
android:layout_gravity="bottom|left"
|
2015-11-18 15:54:33 -05:00
|
|
|
android:background="@color/page_number_background"
|
2015-10-21 10:40:50 -04:00
|
|
|
android:textColor="@color/black_87pc"
|
|
|
|
android:textSize="12sp"
|
|
|
|
android:id="@+id/page_number"/>
|
2015-10-20 18:04:04 -04:00
|
|
|
|
2015-11-18 15:54:33 -05:00
|
|
|
<include layout="@layout/reader_menu"/>
|
|
|
|
|
2015-10-20 18:04:04 -04:00
|
|
|
</FrameLayout>
|