Unable To Show The 3 Dotted Menu In Overflow - Sherlockactionbar
I've searched alot around the internet. I've done what I had to, but still I'm unable to show the 3 dotted menu as I want. Here's the relevant code: First, my manifest min sdk is
Solution 1:
If you use ActionBarSherlock, you can use this little hack. It works flawlessly for me and shows the menuoverflow on every device I have tested it on.
Solution 2:
The "3 dotted menu" will never be shown, as your device has a MENU button. The "3 dotted menu" will only appear on devices that lack a MENU button, to allow such users the ability to access the overflow. You can see what the "3 dotted menu" looks like by setting up an emulator that emulates a device with no MENU button.
You can read more about this in the "Say Goodbye to the MENU Button" Android Developers Blog post.
Post a Comment for "Unable To Show The 3 Dotted Menu In Overflow - Sherlockactionbar"