All Questions
2 questions
27
votes
3
answers
36k
views
How to hide option menu?
I am using option selected menu item, attached three item (share, login, logout) am select login item, go login activity login social sign (Facebook or google) any one, if login hide login item at ...
0
votes
3
answers
806
views
ActionBar item does not shown in Option Menu
I can't show items inside the "Menu Item" when those items are already displayed on the Action bar.
This is my onCreateOptionsMenu method:
@Override
public boolean onCreateOptionsMenu(Menu ...