I've got an custom theme with a parent @android:style/Theme.Holo.Light.DarkActionBar I want to change the dropdown menu into the white version (see image)
I have looked up some examples, but they didn't work out for me, is it possible to just override the dropdown menu from the DarkActionBar with the light version?
(I dont use the sherlock actionbar)
use the same context of actionBar to create the PopupMenu
actionBar.getThemedContext()
So,
This worked for me. Hope it help: