I\'ve seen in the new material design Side Nav spec that you can display the drawer over the action bar and behind the status bar. How can I implement this?
Make it work, in values-v21 styles or theme xml needs to use this attribute:
true
That make the magic!