For the regular menus, this isn't possible for 1.0.

You can try to return a custom menu view in the onCreatePanelView.  This
will still use the menu decor and animations.  Phone app actually does this
to fit the 8 items in.
You can handle the MENU button yourself.


2008/9/15 rajesh <[EMAIL PROTECTED]>

>
> I have created an options menu with only one value
>
> @Override
>    public boolean onCreateOptionsMenu(Menu menu) {
>                 super.onCreateOptionsMenu(menu);
>                 menu.add(0, 0, 0,  "Exit");
>             return true;
>        }
>
> The layout with which the emulator displays the menu is quite big. Is
> there any way, with which I can control the menu font, style etc.
>
> Thanks,
>
> Cheers,
> Shashank
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to