Use RecyclerView inside ScrollView with flexible Recycler item height

后端 未结 8 1664
误落风尘
误落风尘 2020-11-29 04:57

I want to know if there is any possible way to use RecyclerView?

Before this, I used RecyclerView with fixed height inside a

8条回答
  •  萌比男神i
    2020-11-29 05:14

    Use This line to your recyclerview :

     android:nestedScrollingEnabled="false"
    

    try it ,recyclerview will be smoothly scrolled with flexible height

提交回复
热议问题