解决NestedScrollView与RecyclerView滑
2018-07-20 本文已影响10人
alian_girl
recyclerView.isNestedScrollingEnabled =false
recyclerView.setHasFixedSize(true)
recyclerView.isNestedScrollingEnabled =false
question_layout.isFocusable =true
question_layout.isFocusableInTouchMode =true
ps: 其中question_layout是其他布局