I tried to add an icon to my menu item in xml by adding this line
android:icon="@android:drawable/ic_menu_preferences"
in <item>and it didn't work.
I also tried to put my image in a folder with the ability to transfer, try to display it:
android:icon="@drawable/my_image"
Does not work either, icons do not appear on the menu.
What am I doing wrong?
source
share