pull/32/head
kunfei 5 years ago
parent fae1bb05f5
commit 19782da977
  1. 1
      app/src/main/java/io/legado/app/ui/widget/page/ContentView.kt

@ -35,6 +35,7 @@ class ContentView : FrameLayout {
)
init {
setBackgroundColor(context.getCompatColor(R.color.background))
addView(bgImage, LayoutParams(matchParent, matchParent))
inflate(context, R.layout.view_book_page, this)
upStyle()

Loading…
Cancel
Save