Re: [android-developers] Regarding menu items in separate rows

2009-12-01 Thread sathya subbiah
Hi Raghu, It will be helpful if you could post what you are trying Also please find the below link for the menu item tutorial. It explains how to display menu item.. http://developerlife.com/tutorials/?p=304 Rgs, Sathya On Tue, Dec 1, 2009 at 3:00 AM, Raghu wrote: > Hi, > How to add menu

[android-developers] Regarding menu items in separate rows

2009-12-01 Thread Raghu
Hi, How to add menu items in separate rows? When I press menu button onPrepareOptionsMenu callback will be get called. In that I am doing menu.add (….). All the items are coming in one row. I want few items in one row and other items in another row. How to do that? Please help me. Thank you, Ragh