如何从片段中永久删除菜单图标?

时间:2015-05-17 10:55:35

标签: android android-fragments menu

我有一些片段,我不想填充菜单所以我正在做的是我清理每个片段中的菜单

menu.clear()

oncreate()方法中我有这个

 setHasOptionsMenu(true);

我的右侧还有导航抽屉,我已将其锁定在右侧

notificationDrawerFragment.mDrawerLayout.setDrawerLockMode(View.FOCUS_BACKWARD);

它有效,但如果我从右向左滑动超过3次,它会弹出。我怎么阻止它?

0 个答案:

没有答案