How to put navigation drawer below toolbar?

前端 未结 9 1972
轮回少年
轮回少年 2021-01-02 08:17

Here my navigation drawer is above toolbar.I also added some xml code.Please help me.

here is my activity.xml



        
9条回答
  •  执笔经年
    2021-01-02 08:49

    Add

    android:layout_marginTop="?attr/actionBarSize"
    

    to your layout which you are using as drawer.

提交回复
热议问题