We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if (mHeightLight!!.isShowing && mHeightLight!!.isNext) { showHeightNum++ if (showHeightNum == 2) { scrollView.smoothScrollTo(0, brandFlowLayout.top) mHeightLight!!.updateInfo() mHeightLight!!.hightLightView.requestLayout() } mHeightLight!!.next() } else { mHeightLight!!.remove() } 目前我的代码实现是这样的,不确定对不对,想请问一下如何刷新高亮布局
The text was updated successfully, but these errors were encountered:
No branches or pull requests
if (mHeightLight!!.isShowing && mHeightLight!!.isNext) {
showHeightNum++
if (showHeightNum == 2) {
scrollView.smoothScrollTo(0, brandFlowLayout.top)
mHeightLight!!.updateInfo()
mHeightLight!!.hightLightView.requestLayout()
}
mHeightLight!!.next()
} else {
mHeightLight!!.remove()
}
目前我的代码实现是这样的,不确定对不对,想请问一下如何刷新高亮布局
The text was updated successfully, but these errors were encountered: