I have a simple activity with a drawer layout that display a map as content on the right.
I wish to set my status bar a bit transparent so I set this in the styles:
item name="android:windowTranslucentStatus">true
It works great but now all my content is BEHIND the status bar and I would like to have it below. After some research some "say" that setting fitsSystemWindows to true on the DrawerLayout properties it will make the content go below. But when I do this it indeed works,the content goes below the status bar... but the status bare becomes solid again.