On Tue, Jul 17, 2012 at 12:01 PM, abhijeet tomar <[email protected]>wrote:
> Hello Members, > > I have a little problem....I want to display Initial text when Spinner > display. > > Generally it shows nothing...it not good to show.... > > Please Help... > Hi Abhijeet, if you want to show the title of the spinner, just use prompt property of spinner in your layout like this. android:prompt = "pick an item"; -- 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

