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

后端 未结 17 1271
别那么骄傲
别那么骄傲 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 17:00

    Add following to your Styles.xml

    
    

    Change theme in activity_main.xml only.

    android:theme="@style/Custom_Theme"
    

提交回复
热议问题