mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 11:17:25 +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.
|
* Text view used to display the text of the current and next/prev chapters.
|
||||||
*/
|
*/
|
||||||
private var textView = TextView(context).apply {
|
private var textView = TextView(context).apply {
|
||||||
|
textSize = 17.5F
|
||||||
wrapContent()
|
wrapContent()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user