[android-developers] Re: Spinner drop-down with blank lines

2011-01-17 Thread michael
Thanks for the suggestion, I will try it (although I probably won't be able to verify easily -- can't get more feedback from the user in question). Cheers, Michael. On Jan 17, 7:54 pm, Kostya Vasilyev wrote: > In theory, this shouldn't affect spinners. > > In practice, you've got a user complain

Re: [android-developers] Re: Spinner drop-down with blank lines

2011-01-17 Thread Kostya Vasilyev
In theory, this shouldn't affect spinners. In practice, you've got a user complaint, and something *is* going on. I would try taking out the theme setting for a one-off build, and ask that user to try it out. Given that I don't have a Droid X, that's the only thing that comes to my mind :) PS

[android-developers] Re: Spinner drop-down with blank lines

2011-01-17 Thread michael
Hi again, I am using a custom theme for my entire application through the android:theme xml attribute in the Manifest file: But it has very minimal content and does not include the button styles -- these are set manually when needed. Here is the content of the themes.xml file which defines the

Re: [android-developers] Re: Spinner drop-down with blank lines

2011-01-17 Thread Kostya Vasilyev
Hi, Are you using a custom theme for your entire application's activities to customize buttons? Are you using a theme at all? 2011/1/17 michael > Hi again, > > Thanks for your suggestion Kostya. But my spinner does not use any > custom styling whatsoever. It is shown in a dialog which is buil

[android-developers] Re: Spinner drop-down with blank lines

2011-01-17 Thread michael
Hi again, Thanks for your suggestion Kostya. But my spinner does not use any custom styling whatsoever. It is shown in a dialog which is built using AlertBuilder. The only custom styling in the app is for buttons, which I don't think should have any effect on spinners. Any other ideas? Incidenta

Re: [android-developers] Re: Spinner drop-down with blank lines

2011-01-17 Thread Kostya Vasilyev
I don't have one either, but I've seen screenshots of my program on that device, done by someone for a review. See the top-left corner of the screenshot in section 8: http://www.simplehelp.net/2010/11/30/how-to-manage-your-android-wifi-connections/ The spinners in that screenshot use my own back

[android-developers] Re: Spinner drop-down with blank lines

2011-01-17 Thread michael
Hi Kumar and Kostya, thanks for your quick replies. Kumar, I did wonder if text colour could be an issue, but surely the standard styling should work consistently throughout all devices and OS versions, right? Note that I have not set a custom text colour. Kostya, this is indeed on Droid X -- do