I am using a custom spinner. It is almost similar to default, except that I need to set padding at left of each item ( in the drop down padding in each row before text). I am able to do that. But I also want to show the selected item in a different color when list of values are displayed to user as dropdown.
I have used text view as drop down item.
Can someone please suggest if it can be done. I have tired to achieve this with xml, but I couldn't find any option.
Thanks in advance.
EDIT : Text of selected item in Blue color.