How to change the background color of Action Bar's Option Menu in Android 4.2?

后端 未结 17 1278
别那么骄傲
别那么骄傲 2020-11-22 16:00

I\'d like to change the background color of the option (overflow) menu in Android 4.2. I have tried all the methods but it is still showing the default color set by the them

17条回答
  •  日久生厌
    2020-11-22 16:44

    You can apply styles and Themes in Overflow MenuItem as per below. OverFlow Menu is ListView so, we can apply theme as per listview.

    Apply below code in styles.xml

    
    
    
        
    
        
        
    
        
        
    

提交回复
热议问题