我的片段中有导航抽屉布局,布局中有浮动操作菜单。现在当浮动动作菜单展开时,我必须处理导航抽屉汉堡包图标的点击。
当浮动操作菜单展开时,导航图标不起作用,不允许打开抽屉。
@SuppressWarnings("deprecation")
@Override
public boolean onOptionsItemSelected(MenuItem item) {
// TODO Auto-generated method stub
switch (item.getItemId()) {
case android.R.id.home:
break;
}
我试过这个但是,它没有用。 如果有人有更好的答案,请告诉我。