mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 09:47:48 +01:00
Smaller font size for reader page indicator (closes #6071)
This commit is contained in:
parent
082eef708f
commit
c9be4093e7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom|center_horizontal"
|
||||
android:padding="4dp"
|
||||
android:textAppearance="?attr/textAppearanceSubtitle2"
|
||||
android:textAppearance="?attr/textAppearanceCaption"
|
||||
android:textDirection="ltr"
|
||||
android:textStyle="bold" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue