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?
This is the most simple, and it worked for me:
In the values-21:
25dp
In the values:
0dp
And set to your toolbar
android:layout_marginTop="@dimen/topMargin"