I would like to set my spinner drop down color to white, whilst keeping the other elements in my theme the default color. Here is the situation:
Finally, I have found a solution on how to change arrow color of Spinner to white.
Spinner
1) In styles.xml, add the following style:
styles.xml
2) In the layout, where you use the Spinner (in your case with Toolbar), add the style to your spinner:
Toolbar