Show page number, improve the load of the first image of a chapter

This commit is contained in:
inorichi
2015-10-21 16:40:50 +02:00
parent 74da971b2e
commit 4c786077a8
6 changed files with 87 additions and 19 deletions

View File

@@ -9,5 +9,14 @@
android:layout_height="wrap_content">
</android.support.v4.view.ViewPager>
<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>