ScrollView滑动卡顿问题

禁用滑动事件

recyclerview.setNestedScrollingEnabled(false);

设置scroll标签属性

android:scrollbars="none"

你可能感兴趣的:(ScrollView滑动卡顿问题)