Increase default text size of the transition chapter page (#2285)
This commit is contained in:
parent
ebeee70931
commit
698e17178a
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue