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 android-developers@googlegroups.com
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