Re: [android-developers] spinner background problems going from 4.0.3 to 2.3.3

2012-02-29 Thread TreKing
On Tue, Feb 28, 2012 at 6:51 PM, Ray Tayek rta...@ca.rr.com wrote: don't bother setting the background. i did not have to set the background for the spinner in 4.0.3. You do not have to set it on 2.3.3 either. I, for example, am using various Spinners in my app, targeting 2.3.3, and have

[android-developers] spinner background problems going from 4.0.3 to 2.3.3

2012-02-28 Thread Ray Tayek
hi, i made a small app that uses spinners on 4.0.3 that works fine. the target phone is 2.3.3. the background of the spinner and the list is dark on 4.0.3 and it is light on 2.3.3, so i set the background of the spinner to dark. this works fine except that the little arrow on the spinner

Re: [android-developers] spinner background problems going from 4.0.3 to 2.3.3

2012-02-28 Thread TreKing
On Tue, Feb 28, 2012 at 6:29 PM, Ray Tayek rta...@ca.rr.com wrote: is there any workaround for this? Unless you are prepared to override the theme completely, don't bother setting the background. Let the default platform version themes prevail.

Re: [android-developers] spinner background problems going from 4.0.3 to 2.3.3

2012-02-28 Thread Ray Tayek
At 04:39 PM 2/28/2012, you wrote: On Tue, Feb 28, 2012 at 6:29 PM, Ray Tayek mailto:rta...@ca.rr.comrta...@ca.rr.com wrote: is there any workaround for this? Unless you are prepared to override the theme completely, not unless i have to. don't bother setting the background. i did not