I'm trying to style a spinner. What I currently have is this
It is EditText
followed by Spinner
.
Now I'm using custom style as follows
It also consists of an EditText
followed by Spinner
but Spinner
is having some text(in this case "Other") on it which is Item name 1.
How do I remove that text i.e. selected item content should not be displayed on Spinner
.Spinner
doesn't have any textSize
attribute, otherwise I would have set it to 0.
I'm trying this from hours but no solution.
Any help appreciated.