BetterSpinner
BetterSpinner copied to clipboard
How to change right icon on betterspinner
**How to change right icon on betterspinner or change color ???
I want to replace it with another icon or at least change its color**
https://i.imgur.com/ljvupzi.png
You can add these attributes to change the right drawable
android:drawableRight="@drawable/yourIconName"
android:drawableEnd="@drawable/yourIconName"