MaterialSpinner icon indicating copy to clipboard operation
MaterialSpinner copied to clipboard

How to change the DropDown icon ?

Open rahul4452 opened this issue 5 years ago • 2 comments

There is an option for changing the color of the icon but not the whole icon will you please add this.

rahul4452 avatar Oct 21 '19 13:10 rahul4452

please add this,thank you!

SUHONGJIN avatar Jan 15 '20 02:01 SUHONGJIN

You can create a resource file with your icon and save it in res/drawable/ms__arrow.xml. Also add app:ms_arrow_tint="@color/you_color" to com.jaredrummler.materialspinner.MaterialSpinner in layout file to change icon color.

vmalikov avatar Apr 15 '20 19:04 vmalikov