So, I have a situation, I need to create something like this:
Where white background view is nested view, and the image with all the elements is in the appbar. Now, I managed to create it without NestedScrollView
being over the AppbarLayout
, but how can I achieve that, how can I put NestedScrollView
above AppBarLayout
without loosing any functionality?