Hi,

Thanks for the awesome article

I was wondering if you go the CoordinatorLayout working with a recycler view. I can get it working with a NestedScroll . But when I replace the NestedScroll with a RecyclerView using the same parameters app:layout_behavior=”@string/appbar_scrolling_view_behavior” the CollapsingToolbarLayout does not collapse anymore when I scroll on the RecyclerView.

Thanks in advance if you can help.