How can I set my collapsing toolbar above the activity layout ?
I want to "elevate" it like the floating button. I have tried to set an elevation on the appbarlayout, even on the collapsing toolbar but it doesn't work.
How can I do this ?
Thanks
How can I set my collapsing toolbar above the activity layout ?
I want to "elevate" it like the floating button. I have tried to set an elevation on the appbarlayout, even on the collapsing toolbar but it doesn't work.
How can I do this ?
Thanks
You can use CollapsingToolbarLayout
in CoordinatorLayout
. you can find a lot of examples online here's a nice one: