美文网首页
解决NestedScrollView与RecyclerView滑

解决NestedScrollView与RecyclerView滑

作者: alian_girl | 来源:发表于2018-07-20 18:02 被阅读10次

recyclerView.isNestedScrollingEnabled =false

recyclerView.setHasFixedSize(true)

recyclerView.isNestedScrollingEnabled =false

question_layout.isFocusable =true

question_layout.isFocusableInTouchMode =true

ps: 其中question_layout是其他布局

相关文章

网友评论

      本文标题:解决NestedScrollView与RecyclerView滑

      本文链接:https://www.haomeiwen.com/subject/afbqmftx.html