mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-08 19:57:25 +01:00
18130e931f
- Simplified theme/style settings and corrected UI styles - Move «Add To Library» button from toolbar to be simple to find/press it - Toolbar in chapter list with sort/filtration - library/catalog layout fixes
24 lines
761 B
XML
24 lines
761 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/reader"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
</FrameLayout>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:padding="4dp"
|
|
android:layout_gravity="bottom|left"
|
|
android:background="@color/page_number_background"
|
|
android:textColor="@color/primary_text"
|
|
android:textSize="12sp"
|
|
android:id="@+id/page_number"/>
|
|
|
|
<include layout="@layout/reader_menu"/>
|
|
|
|
</FrameLayout> |