I have an app with a DrawerLayout
that contains a NavigationView
:
activity_layout.xml:
Just add
in values-21/styles.xml
and remove this
add android:fitsSystemWindows="true"
to your NavigationView
in xml
Working example!
Result
Edited (main layout)
<--This is mandatory
Current Result
Update: I lookup your style-v21 and found below
Please replace it with this