ListView
and GridView
are not equipped with NestedScrolling
functions. And thats needed to work with the CollapsingToolbarLayout
.
The easiest way to make it work, would be to change your ListView
and GridView
to RecyclerViews (RecyclerView
implements NestedScrollingChild).