Question

I am using two option menus in my Layout. I am opening them with different button clicks using

openOptionsMenu();

I have 5 items in my options menu, when i call it, it pops up in Grid. ( table like click ) I want them vertically one on another, what should i do?

Was it helpful?

Solution

Got my problem solved from here http://www.codeproject.com/Articles/173121/Android-Menus-My-Way Download the source code for complete understanding. cheers :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top