BetterSpinner icon indicating copy to clipboard operation
BetterSpinner copied to clipboard

How to change right icon on betterspinner

Open majdalden opened this issue 7 years ago • 1 comments

**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

majdalden avatar Dec 25 '17 11:12 majdalden

You can add these attributes to change the right drawable

  android:drawableRight="@drawable/yourIconName"
  android:drawableEnd="@drawable/yourIconName"

figengungor avatar Feb 02 '18 14:02 figengungor