K KashMalaga Member Licensed User Longtime User Sep 3, 2011 #1 Im using activity.AddMenuItem2 to add icons to my menu options, now got 10 options. So in this case only 4 options are show with Icons, the rest appears only with chars. Someone have an idea how i can implement a Menu that scrolls to right? Example: A B C D > When push > appears: < E F G H I J Thanks and regards Last edited: Sep 4, 2011
Im using activity.AddMenuItem2 to add icons to my menu options, now got 10 options. So in this case only 4 options are show with Icons, the rest appears only with chars. Someone have an idea how i can implement a Menu that scrolls to right? Example: A B C D > When push > appears: < E F G H I J Thanks and regards
Djembefola Active Member Licensed User Longtime User Sep 3, 2011 #2 I believe that android allows only up to 6 items with icons. Changing menus dynamically is not possible, as far as i know. Consider using a listview instead or draw your own menu. Upvote 0
I believe that android allows only up to 6 items with icons. Changing menus dynamically is not possible, as far as i know. Consider using a listview instead or draw your own menu.
K KashMalaga Member Licensed User Longtime User Sep 4, 2011 #3 Djembefola said: Consider using a listview instead or draw your own menu. Click to expand... Its a good idea use a listview i only was asking if maybe Android API got something. Thanks for the idea. Upvote 0
Djembefola said: Consider using a listview instead or draw your own menu. Click to expand... Its a good idea use a listview i only was asking if maybe Android API got something. Thanks for the idea.