LinearLayoutManager linearLayoutManager = new LinearLayoutManager(this); linearLayoutManager.setSmoothScrollbarEnabled(true); linearLayoutManager.setAutoMeasureEnabled(true); rcvImage.setLayoutManager(linearLayoutManager); rcvImage.setHasFixedSize(true); rcvImage.setNestedScrollingEnabled(false);
NestedScrollView嵌套RecyclerView导致滑动不流畅问题的解决办法
最新推荐文章于 2025-04-10 10:37:14 发布