直接参考代码
<androidx.recyclerview.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:nestedScrollingEnabled="false" />
加上 android:nestedScrollingEnabled="false" 这句话基本上能解决大部分卡顿问题