How can I change the font color of the selected item in a spinner?
I am able to change the background color of the selected item, the color of the dropdown item etc,
You don't need java code for background color change in Android 2.3v. Just add android:background="#F0F8FF" to your spinner in xml file.
android:background="#F0F8FF"