0

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!

alois.wirkes
  • 369
  • 2
  • 7
  • 20

1 Answers1

0

Spinner doesn't have an attribute named "android:textColor".

You can set it in Adapter or use Custom Spinner

Links to set Spinner text color :

Community
  • 1
  • 1
Sankar V
  • 4,794
  • 3
  • 38
  • 56