Adding an Icon on a Spinner on Android
2 min readAug 2, 2017
Since I started using spinners I keep discovering how many constraints exist in this widget. At first, it was the fact that the text size/type is a challenge to customize and recently the discovery I discovered how to add an icon to the Spinner widget.
It’s quite simple to add a drawable to a TextView Widget or an EditText Widget but for a Spinner it’s not as straightforward as this.
I know someone might have struggled like me, so here are the steps I used to accomplish this.