PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

How to change color of the arrow? #37

Open IvRRimum opened 7 years ago

IvRRimum commented 7 years ago

Title pretty much explains my problem.

PeterStaev commented 7 years ago

Hey @IvRRimum , currently there is no built in way to change the color of the arrow on android. Adding this to backlog for future enhancements.

In the mean time you can check this SO post: http://stackoverflow.com/a/25911612/5272836 how you can do it using the android themes.

DanielKucal commented 7 years ago

Hi @IvRRimum, have you found any solution for this?

SP1966 commented 6 years ago

What I've done to work around this is to use a gridlayout and have two overlapping segments, one for the dropdown and one for the arrow which I then position to the right side of the dropdown. Obviously not the preferred way to do it, but it works until a better option is available.