Is it possible to change font size in the menu?

dbryan

Member
Licensed User
Longtime User
:sign0104:

I've tried searching but didn't find anything, so I apologize if I have missed it. I've only been at this for about 4 days now and I'm progressing on the learning curve.

I've added a menu of 7 items to a layout, When I test it in the emulator it seems much too large. I'm using 4.1.2 with WVGA800. The menu is so large in landscape mode that it scrolls past the page. I should be able to make it smaller at that resolution.

The question is how?


Activity.AddMenuItem("Name/Address", "nothing")
Activity.AddMenuItem("Contact/Med Ins", "nothing")
Activity.AddMenuItem("Plan", "nothing")
Activity.AddMenuItem("Primary Care Provider", "nothing")
Activity.AddMenuItem("Questionaire", "nothing")
Activity.AddMenuItem("Authorized Representative", "nothing")
Activity.AddMenuItem("Premium", "nothing")
 
Last edited:
Top