Menu icons don't appear, ics 4.0.3

omgstickam

New Member
I was trying to add an icon to my menu item in xml by adding this line\[code\]android:icon="@android:drawable/ic_menu_preferences"\[/code\]in \[code\]<item>\[/code\] and it didn't work.I've also tried put my image in drawable folder, try to display it by:\[code\]android:icon="@drawable/my_image"\[/code\]Didn't work too, icons didn't appear in menu.What am I doing wrong?
 
Back
Top