Android: how do i custom arrange menu items?
Posted
by mtmurdock
on Stack Overflow
See other posts from Stack Overflow
or by mtmurdock
Published on 2010-06-08T18:17:04Z
Indexed on
2010/06/08
18:32 UTC
Read the original article
Hit count: 192
I would like to arrange the menu items in my app so that one item appears in its own line, and the other 3 items appear below it. I know that this is possible because i have seen apps do it. I tried writing a menu xml with linear layouts to arrange the items, but this doesnt work. I have also tried putting them in different groups, but I had no luck with that either.
I know that this is possible: i have seen it done.
Anyone have any ideas?
© Stack Overflow or respective owner