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