I was working with Spinner in Android 2.3 Ginger Bread version which working fine. But when i run the app in Android ICS 4.0 visibility of text in Spinner is poor. It is not clearly visible.
Can any one help? when i tried to change the background but the arrow of Spinner is gone. Is there any other way?
You target version may be in
Android 4.0 ICSand compiling withAndroid 4.0 ICS. So its show like that. You want to showSpinneras same asAndroid 2.3setandroid:targetSdkVersion="10"in android manifeast file and also change the compile version in project.properties totarget=android-10