How to show icon with option menu.I have tried the following code but my option menu is without image icon.I am using android version 4.0 for developing app.
Jav
Override OnPrepareOptionsMenu and add icon from there too
OnPrepareOptionsMenu
and if its for above 3.0, use android:showAsAction in xml.
android:showAsAction
eg. android:showAsAction="ifRoom|withText"
android:showAsAction="ifRoom|withText"