I am using android.support.v7.app.ActionBarDrawerToggle
as package for ActionBarToggle and it has the constructor as
mDrawerToggle = new ActionBarDrawerToggle(
this,
mDrawerLayout,
R.string.drawer_open,
R.string.drawer_close)
How can I set the hamburger icon for toggle?