I'm having this issue:
I have a Spinner (ComboBox) in my Android App that it is filled up with a SimpleCursorAdapter that contains data from the database. The Spinner is filled up correctly, the problem is that it displays the items in white, even though i put the property android:textColor = "#000000" in the XML file (layout) that declares the Spinner...
Does anyone know how to solve this issue? Thanks!