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

23 lines
763 B
XML
Raw Normal View History

2015-10-21 00:04:04 +02:00
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2016-03-12 14:22:40 +01:00
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center">
2015-10-21 00:04:04 +02:00
<FrameLayout
android:id="@+id/reader"
2015-10-21 00:04:04 +02:00
android:layout_width="match_parent"
android:layout_height="match_parent">
</FrameLayout>
2015-10-21 00:04:04 +02:00
<TextView
2016-03-12 14:22:40 +01:00
android:id="@+id/page_number"
style="@style/TextAppearance.Regular.Caption"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
2016-03-12 14:22:40 +01:00
android:layout_gravity="bottom|start"
android:background="?android:attr/colorBackground"
android:padding="4dp"/>
2015-10-21 00:04:04 +02:00
<include layout="@layout/reader_menu"/>
2015-10-21 00:04:04 +02:00
</FrameLayout>