I have a problem with the text color of spinner in Android ICS (with Holo.Light theme).
The problem is that the background color is light grey, and the text color is white, and can’t be seen the text.
Looking in stackoverflow, I found how to change the text color when is dropdown the spinner, but not the color when the spinner isn’t dropdown
Someone can help me fix it?
I tried to tag android: textColor and does not work.
The code I use is the http://developer.android.com/guide/topics/ui/controls/spinner.html
Thanks!

When ever you set the adapter for Spinner, you are passing in a ResourceID of a TextView I guess. So change the font color of that TextView in layout xml will solve this.