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

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -