I want to insert an icon as Toolbar
, but my Android Studio reports a conversion error for Toolbar
...
this is the code from which it reports the error:
actionBarDrawerToggle = new ActionBarDrawerToggle(this, drawerLayout,
R.mipmap.ic_launcher, R.string.drawer_open, DesR.string.drawer_close) {
...
...
};
It gives error insertion of " R.mipmap.ic_launcher