Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kongxinxin opened this issue Jan 16, 2019 · 0 comments

Comments

@kongxinxin
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant