To customize the way that the spinner drop down looks I think you need to use your own custom layout instead of using the standard android layout android.R.layout.simple_spinner_dropdown_item
You can find the xml layout definition for android.R.layout.simple_spinner_dropdown_item at the following link. Just copy the layout file and modify it to suit your needs. http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/res/res/layout/simple_spinner_dropdown_item.xml;h=7006b09e2193f2d02961138c932aa1dfb424318a;hb=HEAD -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

