解决ScrollView嵌套RecyclerView滑动卡顿

解决方法:java

clzInfo_rv.setHasFixedSize(true)
clzInfo_rv.setNestedScrollingEnabled(false);