here is my layout
________________ ___
| | ||
| Linear | ||
| Layout | ||
| | || nested scroll view
|______________| ||
|| || ||
|| || ||
|| Child || _||
||Recyclerview||
||____________||
|______________| -end
how to make the parent LinearLayout
scroll first and when it reaches the end, you need to scroll the child recyclerview.
By default, the child first RecyclerView
scrolls to the end before the parent starts scrolling.
source
share