
NestedScrollView嵌套RecyclerView 点击顶部标签 使底部Banner、recyclerView 显示出来。
//稳妥一点两个都加上
nestedScrollView.smoothScrollTo(0, 0)
recyclerView.smoothScrollToPosition(0)
NestedScrollView嵌套RecyclerView 点击顶部标签 使底部Banner、recyclerView 显示出来。
//稳妥一点两个都加上
nestedScrollView.smoothScrollTo(0, 0)
recyclerView.smoothScrollToPosition(0)
本文标题:NestedScrollView 嵌套 RecyclerView
本文链接:https://www.haomeiwen.com/subject/izgpdqtx.html
网友评论