I'm currently developing an App which needs to display a vertical list, with horizontal list for each child. This view is using a CoordinatorLayout (with a CollapsingToolbarLayout). The problem is that when I scroll (vertically), the Toolbar isn't collapsing.
I noticed that the problem occurs only if the vertical list's item are horizontal lists.
Here is a picture explaing my problem :

Thanks in advance !
Ok, I finally found a solution here , using setNestedScrollingEnabled(false) on the child RecyclerView ! :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With