顶栏与底栏问题 #221、#220

This commit is contained in:
HapeLee
2025-11-05 12:51:35 +08:00
parent 1f445f2b78
commit c58c22c45d
3 changed files with 54 additions and 55 deletions
@@ -178,10 +178,10 @@ class PageView(context: Context) : FrameLayout(context) {
}
ReadTipConfig.apply {
tvHeaderLeft.isGone = tipHeaderLeft == none
tvHeaderRight.isGone = tipHeaderRight == none
tvHeaderRight.isInvisible = tipHeaderRight == none
tvHeaderMiddle.isGone = tipHeaderMiddle == none
tvFooterLeft.isInvisible = tipFooterLeft == none
tvFooterRight.isGone = tipFooterRight == none
tvFooterLeft.isGone = tipFooterLeft == none
tvFooterRight.isInvisible = tipFooterRight == none
tvFooterMiddle.isGone = tipFooterMiddle == none
}
tvTitle = getTipView(ReadTipConfig.chapterTitle)?.apply {