kong

Results 3 issues of kong

有人能教下怎么用吗。demo里面没找到用法

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