here is my layout
________________ ___
| | ||
| Linear | ||
| Layout | ||
| | || nested scroll view
|______________| ||
|| || ||
|| || ||
|| Child || _||
||Recyclerview||
||____________||
|______________| -end
how do I make the parent LinearLayout
to scroll first and when it's reached the end the child recyclerview should scroll.
By default first the child RecyclerView
scrolls to end before the parent starts to scroll.