ActionBarDrawerToggle No Suitable Constructor Drawable

后端 未结 2 848
旧巷少年郎
旧巷少年郎 2020-12-16 07:40

I have simple code to create simple navigation drawer, but when i declare parameter for ActionBarDrawerToggle it\'s say that drawable icon cannot be applied...

Gradl

2条回答
  •  轮回少年
    2020-12-16 08:35

    Change

    import android.support.v4.app.ActionBarDrawerToggle; 
    

    to

    import android.support.v7.app.ActionBarDrawerToggle;
    

提交回复
热议问题