I am retrieving the values from a database with a cursor and display them in a spinner using a simple adapter list!! All’s fine, the only thing worrying me is the look I want to customize the spinner’s drop-down, I searched a lot, but couldn’t get any results as I am using database values!! Let me know if we can customize the drop-down.
Thanks in Advance!!
Thank you, for all the help!! It worked. Not only setting it as background in the xml, I should also set it to setDropDownViewResource() in the java code. and its running.