Add an initial menu for the reader, and some minor changes.

This commit is contained in:
inorichi
2015-11-18 21:54:33 +01:00
parent b389db9773
commit 3c1b00435c
20 changed files with 214 additions and 104 deletions
+5 -3
View File
@@ -6,17 +6,19 @@
<FrameLayout
android:id="@+id/reader"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="match_parent">
</FrameLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="8dp"
android:padding="4dp"
android:layout_gravity="bottom|left"
android:background="@color/bg_light_grey"
android:background="@color/page_number_background"
android:textColor="@color/black_87pc"
android:textSize="12sp"
android:id="@+id/page_number"/>
<include layout="@layout/reader_menu"/>
</FrameLayout>