解决RecyclerView嵌套ScrollView滑动冲突? 只需要在代码中加入 mRecyclerView.setHasFixedSize(true); mRecyclerView.setNestedScrollingEnabled(false);