Issue with text color on Spinner in Android App -
i'm having issue:
i have spinner (combobox) in android app filled simplecursoradapter contains data database. spinner filled correctly, problem displays items in white, though put property android:textcolor = "#000000" in xml file (layout) declares spinner...
does know how solve issue? thanks!
spinner doesn't have attribute named "android:textcolor".
you can set in adapter or use custom spinner
links set spinner text color :
Comments
Post a Comment