i want to change the default “more’ image for the options menu when i have 6 menus,i can modifu the frist 5 menu by :
menu.add(MENU_GROUP_HOMESCREEN, MENU_WALLPAPER_SETTINGS, 0, R.string.menu_wallpaper)
.setIcon(R.drawable.ic_menu_gallery)
.setAlphabeticShortcut('W');
but the 6th menu .i donot know how to modify its icon,it used the defualt icon
how to modify it .i used :
menu.findItem(6) or
menu.getItem(6).setIcon(R.drawable.ic_menu_add);
but no effect,can you give me info.thank you
I do not know whether this will help you or not, but one possible way is to make custom “More” button e.g