美文网首页
ScrollView嵌套多个RecyclerView出现滑动卡顿

ScrollView嵌套多个RecyclerView出现滑动卡顿

作者: sunqiyue | 来源:发表于2023-11-23 22:40 被阅读0次

    直接参考代码

     <androidx.recyclerview.widget.RecyclerView 
               android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:nestedScrollingEnabled="false" />
    

    加上 android:nestedScrollingEnabled="false" 这句话基本上能解决大部分卡顿问题

    相关文章

      网友评论

          本文标题:ScrollView嵌套多个RecyclerView出现滑动卡顿

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