2015-10-20 18:04:04 -04:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-03-12 08:22:40 -05:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:gravity="center">
|
2015-10-20 18:04:04 -04:00
|
|
|
|
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
|
2016-03-12 08:22:40 -05:00
|
|
|
android:id="@+id/page_number"
|
|
|
|
style="@style/TextAppearance.Regular.Caption"
|
2015-10-21 10:40:50 -04:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2016-03-12 08:22:40 -05:00
|
|
|
android:layout_gravity="bottom|start"
|
|
|
|
android:background="?android:attr/colorBackground"
|
|
|
|
android:padding="4dp"/>
|
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>
|