android_scrollView与recyclerView嵌套滑动不流畅解决办法

之前有一篇文章写了对于scrollView与recyclerView嵌套问题

https://blog.csdn.net/iamchan/article/details/82863817

但是嵌套之后有没有发现滚动的不流畅了

解决办法

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

猜你喜欢

转载自blog.csdn.net/iamchan/article/details/83989398