Skip to content

Scrollow滑动底部控件后调用Highlight的updateInfo高亮没有刷新 #76

Description

@kongxinxin

if (mHeightLight!!.isShowing && mHeightLight!!.isNext) {
showHeightNum++
if (showHeightNum == 2) {
scrollView.smoothScrollTo(0, brandFlowLayout.top)
mHeightLight!!.updateInfo()
mHeightLight!!.hightLightView.requestLayout()
}
mHeightLight!!.next()
} else {
mHeightLight!!.remove()
}
目前我的代码实现是这样的,不确定对不对,想请问一下如何刷新高亮布局

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions