mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-08 11:47:24 +01:00
22 lines
705 B
XML
22 lines
705 B
XML
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:gravity="center"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<FrameLayout
|
|
android:id="@+id/viewer"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
</FrameLayout>
|
|
|
|
<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"/>
|
|
|
|
</FrameLayout> |