ActionBarActivity with ActionBarDrawerToggle - Not using drawerImageRes

后端 未结 3 1482
北荒
北荒 2020-12-28 18:54

Working from this android example, I\'ve attempted to create an app that uses the support version (android.support.v4 and android.support.v7).

The example creates a

3条回答
  •  一向
    一向 (楼主)
    2020-12-28 19:35

    Did you copy the ic_drawer drawable from the example to your project? I think yes because the code should no compile without that drawable, but when I've implemented DrawerLayout in my app, I had to copy that drawable inside my resources.

提交回复
热议问题