I want to show the menu icon, but it doesn't show the icon. I have set showAsAction = "never". How can the icon be shown?
use:
android:showAsAction="ifRoom"
or
android:showAsAction="always"