0

On Lollipop, in the Gmail app, the nav drawer opens up behind the top status bar. My nav drawer layout is match_parent, but it stops below the status bar. Any idea how to accomplish this?

FYI I am using the new Toolbar...

Got this image off the internet, don't mind the image on the right..

enter image description here

The Hungry Androider
  • 2,158
  • 5
  • 24
  • 45

1 Answers1

2

Please see this answer:

https://stackoverflow.com/a/26440880/961759

Here's a nice open source example on how to accomplish the desired behaviour

https://github.com/kanytu/android-material-drawer-template

Community
  • 1
  • 1
Robert Estivill
  • 11,585
  • 7
  • 36
  • 60