I\'m having an issue with the Droid X phones where users say that the font color turns out to be white in the spinner, making it invisible unless the users highlight the ite
write a R.layout.simplespinneritem:
R.layout.simplespinneritem:
The ID is android:id="@android:id/text1", set the color of font and background.
android:id="@android:id/text1"
ArrayAdapter adapter = new ArrayAdapter(this,packagename.R.layout.simple_spinner_item, spin_arry);