Still thinking about how I will solve this problem. I would like to keep using spinners ... and I can´t find a tutorial on how to create a custom layout for the spinner´s options list. The usage of textviews + listviews is not as intuitive as a spinner ....
Is there a way to use simple_spinner_dropdown_item and not to display the big round buttons on the spinner after an option is choosen? Also, any other ideas on how to fix this motorola firmware bug? Thanks, Gabriel Simões On 14 jun, 21:31, Gabriel Simões <[email protected]> wrote: > Well, > > I guess I will switch to textviews + listviews on onclick events. > This way I can control everything using only default widgets ... > indeed spinners don´t look that good (but are instinctive ...) > > thanks! > > On 14 jun, 02:47, Bob Kerns <[email protected]> wrote: > > > > > If you do that, then users will complain that your spinners are > > different than every other app on their device. > > > Once device manufacturers start pulling stuff like this, there's no > > hope for us poor developers. Or our users. > > > On Jun 13, 8:58 pm, Kumar Bibek <[email protected]> wrote: > > > > A better approach would be to create your own spinner adapter with a > > > custom layout. If you try to use the androids', they might have been > > > modified by the device manufacturers. And you wont have any control > > > over that. > > > > Thanks and Regards, > > > Kumar Bibekhttp://tech-droid.blogspot.com > > > > On Jun 14, 6:46 am, Gabriel Simões <[email protected]> wrote: > > > > > Thanks... > > > > > While this may work ... there´s a button in the list that appears also > > > > in the widget before the choosen option´s text. > > > > My spinner is small so the text doesn´t even appear. I guess I will > > > > have to give up the spinner ..... > > > > > Thanks, > > > > Gabriel > > > > > On 13 jun, 01:03, Seni Sangrujee <[email protected]> wrote: > > > > > > 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_it > > > > > em); > > > > > > 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

