I'm developing an app, where I have a page with a CollapsingToolbarLayout
, and a ImageView
(user's picture) in place of the FloatingActionButton
.
The default behavior is hide the image when the CollapsingToolbarLayout
is fully hide, but I want a different behavior:
I would like that when the user scrolls up the page, the image keep going along, but slowly. So, when the it's fully hidden, the image appears below the toolbar,like this (just an example to better uderstanding):
is there a way to do this?