I\'m trying to styling my appcompat-v7 toolbar to have a different background color for my overflow menu. I tried to use the themes for my app and styles for my toolbar, bu
You do not use the android namespace when you are using AppCompat attributes. Modify your code as follows:
android
AppCompat