Hello everybody
I have a simple question. Can I add a menu item with an icon to the context menu? I searched for this problem, and all I found is that it is not possible, but on the main screen of the Android device, when I do a long click, the βadd to homeβ context menu is displayed, contains menu items with text and an icon, therefore I decided that there should be a way to do this.
I tried to use the MenuItem.setIcon() method, but the icon did not disappear in the context menu, but only the text.
Thanks!
source share