0

The navigation drawer is not covering the status bar

enter image description here

Is there any way to let navigation drawer cover up part of the status bar? Does Android even support this?

Such is doable on iOS, like this.

iOS equivalent functionality depicted below

enter image description here

1:

2:

Radu Ionescu
  • 3,462
  • 5
  • 24
  • 43
  • You can make your app [full screen](http://stackoverflow.com/a/2868052/3415152). What it does is that it hides the status bar – Reza Bigdeli Mar 07 '16 at 15:07
  • Thanks buddy, but I don't wanna make the status bar invisible once and for all. I need to temperately block some of it so that the whole "the navigation menu floats on top" thing makes more sense. – Frank Septillion Mar 08 '16 at 06:24
  • That is simply impossible because the status bar is not part of your activity's view. It overlays it. – Reza Bigdeli Mar 09 '16 at 05:40

0 Answers0