BetterSpinner
BetterSpinner copied to clipboard
Changing the color of the dropdown arrow
How to change the color of the dropdown arrow to white.
https://github.com/jaredrummler/MaterialSpinner . this one has it
@Lesilva you have hard coded the image of arrow in your MaterialBetterSpinner class with drawbleright (R.drawable.ic_expand_more_black_18dp) and that's why we can not change it via xml. try to give some way through which developers can change it.
@Swapnil-Garg16 you can change the "android:drawableEnd" with a drawable and it will change. To make it change based on selection status you will have to handle it manually but if you work with the "android:drawableEnd" I think you will be able to accomplish it.
@Lesilva you have hard coded the image of arrow in your MaterialBetterSpinner class with drawbleright (R.drawable.ic_expand_more_black_18dp) and that's why we can not change it via xml. try to give some way through which developers can change it.