mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 15:20:47 +01:00
match transition text used by other readers (#2439) 708525ef
Carlos <cargo8005@gmail.com> Jan 5, 2020 at 17:59
This commit is contained in:
parent
db58c9b77f
commit
74087edebb
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,10 @@ class WebtoonTransitionHolder(
|
|||
/**
|
||||
* Text view used to display the text of the current and next/prev chapters.
|
||||
*/
|
||||
private var textView = TextView(context)
|
||||
private var textView = TextView(context).apply {
|
||||
textSize = 17.5F
|
||||
wrapContent()
|
||||
}
|
||||
|
||||
/**
|
||||
* View container of the current status of the transition page. Child views will be added
|
||||
|
|
Loading…
Reference in a new issue