I have created a background drawable that I use for a spinner. I would like to now but an arrow image inside this background. I have tried things like android:drawableRight=
Create an XML in a drawable folder with any name for example spinner_bg.xml and add this following lines
// you can use any other image here, instead of default_holo_dark_am
Add the following lines to your styles.xml which is inside values folder
Now add this style to your spinner as