这是我的layout
________________ ___
| | ||
| Linear | ||
| Layout | ||
| | || nested scroll view
|______________| ||
|| || ||
|| || ||
|| Child || _||
||Recyclerview||
||____________||
|______________| -end
我如何让父母LinearLayout
先滚动,当它到达末尾时,子 recyclerview 应该滚动。
默认情况下RecyclerView
,在父项开始滚动之前,子项首先滚动到结束。