Look at the adapter you use for putting data into the spinner. The adapter should have the methods getView and getDropdownView. If you want to change the text-item in the spinner itself, implement getView and inflate a View from a layout (xml file in /res/layout directory) that contains a TextView to which you can assign any text-color you want.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

