I tried android:visibility="gone"
and android:visibility="invisible"
.
I also tried android:enabled="false"
. It will only disable the menu item, but I need to completely hide it (so it should not even show the space allocated for that item).
What changes can I make to the XML so that a menu item can be hidden?