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
Add following to your Styles.xml
Styles.xml
Change theme in activity_main.xml only.
activity_main.xml
android:theme="@style/Custom_Theme"