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?
I am Using Design Support Library. And just by using custom theme I achived transparent Status Bar when Opened Navigation Drawer.
Finally add theme in Manifest File
Do not forget to use the property, android:fitsSystemWindows="true" in "DrawerLayout"
android:fitsSystemWindows="true"