mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-28 21:07:57 +01:00
Show page number, improve the load of the first image of a chapter
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user