2015-10-20 95 views
2

我已經從https://developer.android.com/intl/es/samples/NavigationDrawer/res/drawable-mdpi/ic_drawer.html下載ic_drawer.png並將其粘貼到mipmap-hdpi,mipmap-mdpi,mipmap-xhdpi,。但我得到解決不了符號ic_drawer需要幫助導航抽屜

actionBarDrawerToggle = new ActionBarDrawerToggle(
       this,     /* host Activity */ 
       drawerLayout,   /* DrawerLayout object */ 
       R.drawable.ic_drawer, /* nav drawer icon to replace 'Up' caret */ 
       R.string.drawer_open, /* "open drawer" description */ 
       R.string.drawer_close /* "close drawer" description */ 
     ); 

如何解決這一問題?由於

+0

任何想法記錄??????? – Hoo

回答