I\'m using a custom theme that inherits from DarkActionBar
and I want to customize dropdown menu to be white like when using Light Holo theme.
I\'ve bee
I answer myself after some investigation. In addition to question's styling you need to:
android:spinnerDropDownItemStyle
for actionBarWidgetTheme
changing it's text appearance.simple_dropdown_item_1line
) there's no problem. But if you used a custom one like me (to be able to add an icon) don't forget to apply style="?attr/spinnerDropDownItemStyle"
in your layout TextView.Then final custom style is:
Where drawables in myapp_DropDownNav
are white background ones that you can generate with ActionBar Style generator in Android Asset Studio