Re: [android-developers] Empty Spinner before first selection

2010-08-22 Thread TreKing
On Sat, Aug 21, 2010 at 5:33 PM, William Ferguson william.ferguson.au@ gmail.com wrote: I don't want to add an empty/blank item at the head of my list of items because that means that it shows as an avalaible selection in the DropDownView and looks pretty lame. This is pretty common

[android-developers] Empty Spinner before first selection

2010-08-21 Thread William Ferguson
I have a Spinner configured with a ListAdapter that I want it to initially show as having no selection (I don't want it to default to the first item in the list). When the user clicks on the Spinner I want it to show the items contained in the ListAdapter and to choose one. I don't want to add a

[android-developers] Empty Spinner before first selection

2010-08-21 Thread William Ferguson
I have a Spinner whose items comes from an ArrayAdaper, and I want the Spinner to initially show that no item has been selected. When the user clicks on the Spinner it's DropDownView should display just those items available for selection. I don't want to add an empty/blank item at the head of my