Here my navigation drawer is above toolbar.I also added some xml code.Please help me.
here is my activity.xml
If you are using custom toolbar then use the drawer layout in this way..
....
and if you are not using custom toolbar then you have to set margin top to the drawer layout..
android:layout_marginTop ="?android:attr/actionBarSize"