As I wrote in my question, I want to change the color of the drop down arrow (the default arrow, not a custom arrow or something like that) of a Spinner
in XML, but the problem is that I couldn't find anything to make reference to it from the XML
.
Is it possible? If yes, how can I change the color?
Thanks in advance.
I'm surprised noone had pointed it out, but you can just subclass
Widget.AppCompat.Spinner
and changebackgroundTint
and apply it to the
Spinner