5

这是我的layout

________________  ___   
|              |   ||
| Linear       |   ||
| Layout       |   ||
|              |   || nested scroll view
|______________|   ||
||            ||   ||
||            ||   ||
||   Child    ||  _||
||Recyclerview||
||____________||
|______________|      -end

我如何让父母LinearLayout先滚动,当它到达末尾时,子 recyclerview 应该滚动。

默认情况下RecyclerView,在父项开始滚动之前,子项首先滚动到结束。

4

1 回答 1

0

可能您应该在 RecyclerView 上使用 Header 的概念。看看这篇文章:Android 5.0 - Add header/footer to a RecyclerView

于 2016-05-03T09:07:15.353 回答