Re: [android-developers] How to make an Android Spinner with initial text “Select One”

2012-08-17 Thread TreKing
On Mon, Aug 13, 2012 at 11:00 AM, Heitor Lima heitorlima...@gmail.comwrote: With this code, initially the item One is displayed. I could just add a new item Select One to the items, but then Select One would also be displayed in the dropdown list as first item, which is not what I want.

[android-developers] How to make an Android Spinner with initial text “Select One”

2012-08-16 Thread Heitor Lima
In Android, I want to use a Spinner that initially (when the user has not made a selection yet) displays the text Select One. When the user clicks the spinner, the list of items is displayed and the user selects one of the options. After the user has made a selection, the selected item is