Re: [android-developers] Menu Items

2012-05-05 Thread krishna kumar
u can do anything .Horizontal or Vertical.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Menu Items

2012-05-05 Thread Ibrahim Sada
change in xml file soo that you can check it out ... On 5 May 2012 18:30, krishna kumar send2mess...@gmail.com wrote: u can do anything .Horizontal or Vertical.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Menu Items

2012-05-05 Thread Ibrahim Sada
ou can change in xml file ... change vertical to horizontal it may work On 5 May 2012 18:30, krishna kumar send2mess...@gmail.com wrote: u can do anything .Horizontal or Vertical.. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Menu Items

2012-05-05 Thread krishna kumar
yes xml or code both . -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Menu Items

2012-05-05 Thread Justin Anderson
What kind of menu are you trying to create? Options menu? Context Menu? I do not believe you have access to changing how they are displayed... http://developer.android.com/guide/topics/ui/menus.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat,

[android-developers] Menu Items

2012-05-04 Thread Mahesh
Hi, I am developing an Android application and I want to add Menu for that, I tried some thing to add the Menu, but whenever I press the Menu on the Emulator I used to see options menu in Vertical, but I want to see the Menu Items in Horizontal way. How can I do that? Please help me. Thank You.

Re: [android-developers] Menu Items

2012-05-04 Thread Justin Anderson
AFAIK you can't control the layout of the menu... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 3, 2012 at 1:00 PM, Mahesh ymchan...@gmail.com wrote: Hi, I am developing an Android application and I want to add Menu for that, I tried some

[android-developers] Menu items in ActionBar obscuring Tabs even with showAsAction=ifRoom

2011-04-28 Thread Shri
My Honeycomb activity uses the Tabs navigation mode by doing getActionBar().setNavigationMode(ActionBar.NAVIGATION_MODE_TABS). The activity also has menu items marked with android:showAsAction=ifRoom. I would have expected that the tabs are first displayed, and then any remaining space in the

[android-developers] Menu items on child PreferenceScreen

2009-12-14 Thread freezy
Hello, I'm trying to add a menu to a PreferenceScreen. I have extended PreferenceActivity which loads my settings tree from preferences.xml. My activity overloads onCreateOptionsMenu and onMenuItemSelected. However, the resulting menus are only visible at the root node, but not on any other child

Re: [android-developers] Menu Items.

2009-11-12 Thread TreKing
The menu is generally associated with an activity, not any specific layout. Do you have a different activity for each layout? If so then just add the menu to the one activity that's using the layout you care about. Otherwise, if you have just one activity that's swapping layouts, override

[android-developers] Menu Items.

2009-11-11 Thread Sasikumar.S
Hi, In my application I'm using 3 layouts and one java file. I'm creating a menu. I want to show menu for only one particular layout. The other layout should not get the menu. what should i do for that? can any one know about this? Thanks in advance :) -- Thanks Regards Sasikumar.S