How To Style Spinner Prompt?
I have successfully styled spinner background like here: How to set font custom font to Spinner text programmatically? My opened spinner looks like this: Only thing that is left t
Solution 1:
the style is defined here:
style="?android:attr/spinnerItemStyle"
you have to build your own style and set it instaed of the above
Post a Comment for "How To Style Spinner Prompt?"