In my theme I defined the following rules to draw my views behind the status bar:
@android:color/transparent>
Make this changes
1. Manifest - create a theme and add window background of your like 2. toolbar in xml - add the same background in toolbar
this works for me.