mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 19:05:05 +01:00
Increase default text size of the transition chapter page (#2285)
This commit is contained in:
parent
ebeee70931
commit
698e17178a
@ -46,6 +46,7 @@ class PagerTransitionHolder(
|
||||
* Text view used to display the text of the current and next/prev chapters.
|
||||
*/
|
||||
private var textView = TextView(context).apply {
|
||||
textSize = 17.5F
|
||||
wrapContent()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user