How to show the icon of a menu item while showAsAction = "never"?
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?
+3 
4Droid 
source
to share
      
1 answer
      
        
        
        
      
    
use:
android:showAsAction="ifRoom"
      
        
        
        
      
    
      or
android:showAsAction="always"
      
        
        
        
      
     
-1 
Patrizio 
source
to share