|
|
|
@ -51,11 +51,11 @@ class PageView(context: Context) : FrameLayout(context) { |
|
|
|
|
setBackgroundColor(context.getCompatColor(R.color.background)) |
|
|
|
|
upTipStyle() |
|
|
|
|
upStyle() |
|
|
|
|
} |
|
|
|
|
binding.contentTextView.upView = { |
|
|
|
|
setProgress(it) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
fun upStyle() = with(binding) { |
|
|
|
|
ChapterProvider.let { |
|
|
|
|