给RecycleView 设置如下属性,在我的问题中是不起作用的
setNestedScrollingEnabled(false)
或者给NestedScrollView设置如下behavior 也是没有用的
app:layout_behavior="@string/appbar_scrolling_view_behavior"
然而将NestedScrollView 换成ScrollView 就没有这个问题。应该是因为NestedScrollView 在寻找那个NestedScrollingChild(RecycleView ) 去消费这个事件。