I ran into complaints from Motorola Backflip users about white on
white spinners.

My workaround was to give up on the svelte simple_spinner_items and
use the big and beautiful simple_spinner_dropdown_items.

//
adapter.setDropDownViewResource(android.R.layout.simple_spinner_item);
adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);



On Jun 12, 8:36 pm, Gabriel Simões <[email protected]> wrote:
> Hello,
>
> I have an app which uses 3 different spinners to allow users to choose
> from some options.
> I´ve added those spinners to my layout without editing most of it´s
> properties and this way it works for most of my users. Unfortunately
> most isn´t all and then some of them started complaining that the list
> of options is showing text in white with over a white background!
> I´d like to know if there´s a way (or a property) so I can force those
> spinners to show the options list using text in black.
>
> Thanks,
> Gabriel Simões

-- 
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

Reply via email to