【发布时间】:2015-10-21 14:56:28
【问题描述】:
这是我的layout
________________ ___
| | ||
| Linear | ||
| Layout | ||
| | || nested scroll view
|______________| ||
|| || ||
|| || ||
|| Child || _||
||Recyclerview||
||____________||
|______________| -end
如何让父 LinearLayout 首先滚动,当它到达末尾时,子 recyclerview 应该滚动。
默认情况下,子 RecyclerView 在父开始滚动之前先滚动到结束。
【问题讨论】:
-
为什么不click me, see: Flexible space ...在design support library中有一个小部件
标签: android android-recyclerview android-scrollview nestedscrollview