解决NestedScrollView与RecyclerView滑动冲突

recyclerView.isNestedScrollingEnabled =false

recyclerView.setHasFixedSize(true)

recyclerView.isNestedScrollingEnabled =false

question_layout.isFocusable =true

question_layout.isFocusableInTouchMode =true


ps: 其中question_layout是其他布局

你可能感兴趣的:(解决NestedScrollView与RecyclerView滑动冲突)