When I used add menuitem the menus show up side by side and then stacked.. I would prfer a vertical list... It must be possible, I see it everywhere, but cannot figure out how to do it.
Once you add more than 6 menu items, the items will be shown in a vertical list (with a <more> button). This is how the standard Android menu behaves. Many applications prefer to create custom menus.
I use a panel with buttons on it, capture the menu key press then show/hide my panel accordingly. You can place the panel wherever you like.
Regards, Ricky