我正在 android.support.v7.app.ActionBarDrawerToggle
用作 ActionBarToggle 的包,它的构造函数为
mDrawerToggle = new ActionBarDrawerToggle(
this,
mDrawerLayout,
R.string.drawer_open,
R.string.drawer_close)
如何设置切换的汉堡图标?