Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
3 answers
729 views

How to dismiss overflow menu when home button is pressed android?

I am displaying overflow menu list when we click the three dots. When I press home button and again when I launch the app, overflow menu list is still displaying. How to dismiss overflow menu list ...
Shadow's user avatar
  • 6,889
0 votes
1 answer
53 views

set menu item as to aways show + icon

I am enable to set one of the ActionBar menu items as an icon and show it as "showAsAction="always" all I am getting is the overflow menu and a the title of the button instead of the icon. I don't ...
Georgi Koemdzhiev's user avatar
1 vote
1 answer
1k views

Click listener of overflow menu, android?

What is the listener for click event of overflow icon in action bar? It is not detected in the onoptions selected so where else it can be detected @Override public boolean onOptionsItemSelected(...
WISHY's user avatar
  • 12k
1 vote
1 answer
503 views

Overflow menu doesn't show - android

I have an action bar in my activity with 3 items - Add item, Options item and Overflow item. Add item is set to always be visible in the action bar, so is the overflow item. My problem is with the ...
David Lasry's user avatar
  • 1,407