I wonder if (and how) it's possible to change the icon location of the Spinner's selector icon. At this point I've got my spinner's width matching the parent (full screen) and then got the text centered. So at this moment, the text is centered but the selector icon is at the far right...
What I really want is the icon right next the the selected item. I've added a picture for clarification.
Thank you in advance.
Edit: I'd like the selector icon to be always next to selected item, the selected item can be variable from 5 to 15 characters. So the position of it should not be static but dynamic to follow the selected item of the spinner...