NestedScrollView嵌套RecyclerView致使滑动不流畅问题的解决办法

LinearLayoutManager linearLayoutManager = new LinearLayoutManager(this); linearLayoutManager.setSmoothScrollbarEnabled(true); linearLayoutManager.setAutoMeasureEnabled(true); rcvImage.setLayoutManager
相关文章
相关标签/搜索