Increase default text size of the transition chapter page (#2285)

This commit is contained in:
Anthony Nguyen 2019-12-26 09:40:56 -08:00 committed by arkon
parent ebeee70931
commit 698e17178a

View File

@ -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()
}