I want to set a color to the DropDownSelector of a spinner. A "normal" Spinner class makes it's selector black, but an extended class makes it white.
The top one is the normal Spinner, bottom one is a custom spinner:
Both Spinners have style="@style/Base.Widget.AppCompat.Spinner"
in the XML.
How do I make my Custom Spinner also use black as color for the selector?