feat: 优化代码

pull/106/head
kunfei 5 years ago
parent 09910b8f32
commit 10d0847e1e
  1. 1
      app/src/main/java/io/legado/app/ui/book/read/page/ContentTextView.kt

@ -23,6 +23,7 @@ class ContentTextView(context: Context, attrs: AttributeSet?) : View(context, at
private val selectedPaint by lazy {
Paint().apply {
color = context.getCompatColor(R.color.btn_bg_press_2)
style = Paint.Style.FILL
}
}
var textPage: TextPage? = null

Loading…
Cancel
Save