2015-10-21 01:04:04 +03:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2016-03-12 16:22:40 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:gravity="center">
|
2015-10-21 01:04:04 +03:00
|
|
|
|
2015-10-24 17:04:42 +03:00
|
|
|
<FrameLayout
|
2015-11-15 23:21:12 +03:00
|
|
|
android:id="@+id/reader"
|
2015-10-21 01:04:04 +03:00
|
|
|
android:layout_width="match_parent"
|
2015-11-18 23:54:33 +03:00
|
|
|
android:layout_height="match_parent">
|
2015-10-24 17:04:42 +03:00
|
|
|
</FrameLayout>
|
2015-10-21 01:04:04 +03:00
|
|
|
|
2016-06-02 15:11:10 +03:00
|
|
|
<ProgressBar
|
|
|
|
android:id="@+id/please_wait"
|
|
|
|
style="?android:attr/progressBarStyleLarge"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center"/>
|
|
|
|
|
2015-10-21 17:40:50 +03:00
|
|
|
<TextView
|
2016-03-12 16:22:40 +03:00
|
|
|
android:id="@+id/page_number"
|
|
|
|
style="@style/TextAppearance.Regular.Caption"
|
2015-10-21 17:40:50 +03:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2016-03-12 16:22:40 +03:00
|
|
|
android:layout_gravity="bottom|start"
|
|
|
|
android:background="?android:attr/colorBackground"
|
|
|
|
android:padding="4dp"/>
|
2015-10-21 01:04:04 +03:00
|
|
|
|
2015-11-18 23:54:33 +03:00
|
|
|
<include layout="@layout/reader_menu"/>
|
|
|
|
|
2015-10-21 01:04:04 +03:00
|
|
|
</FrameLayout>
|