美文网首页
NestedScrollView内嵌多个RecyclerView

NestedScrollView内嵌多个RecyclerView

作者: 夜行者_姚 | 来源:发表于2019-10-18 15:30 被阅读0次

    一个页面需要嵌套多个RecyclerView,页面会遇到卡顿问题,解决办法:

    1,xml中 ,RecyclerView设置 android:nestedScrollingEnabled=“false”

    2,代码中,recyclerView.setNestedScrollingEnabled(false)

    相关文章

      网友评论

          本文标题:NestedScrollView内嵌多个RecyclerView

          本文链接:https://www.haomeiwen.com/subject/zujxuctx.html