Possible Duplicate:
How to make an Android Spinner with initial text “Select One”
I have a spinner with items
string-array name="spnr_browse_array">
<item>Browse By</item>
<item>Category</item>
<item>Subject</item>
<item>Author</item>
</string-array>
when i click the spinner it shows the drop down list as usuall as shown in picture.

Now i acctually want is that the item "Browse By" should not appear in the dropdown, it should be look like this ..

how can i achieve this is this possible in spinner or not. Plz tell other alternative for this.
Thanks
