I am trying to draw views behind the status bar like this:
I tried to produce this effect with the recommended techniques, but I get this:
It\'s cl
Add this
android:fitsSystemWindows="true"
in the inner views of the AppBarLayout, it solved the issue for me