This commit is contained in:
Horis
2023-05-19 08:27:14 +08:00
parent a6d027d949
commit 915b58f738

View File

@@ -97,8 +97,8 @@ class PageView(context: Context) : FrameLayout(context) {
it.footerPaddingRight.dpToPx(),
it.footerPaddingBottom.dpToPx()
)
vwTopDivider.visible(it.showHeaderLine)
vwBottomDivider.visible(it.showFooterLine)
vwTopDivider.gone(llHeader.isGone || !it.showHeaderLine)
vwBottomDivider.gone(llFooter.isGone || !it.showFooterLine)
}
contentTextView.upVisibleRect()
upTime()