I\'m trying to get a similar effect to what is seen on google play.
I\'ve got the below layout to show a transparent toolbar with an image behind it. When the user s
There has now been an update to the design library. I'm guessing that the issue posted above was a bug.
If you update the design library to the latest version this issue no longer occurs.
I have now removed all fitsSystemWindows="true" except for the ImageView (as that needs to display under the status bar).
I have also removed the minus padding from the Toolbar.
This is my theme for 21+
It all works as expected now