alphamu / PinEntryEditText

An EditText that looks like a pin entry field. It is highly customisable and even animated text.
Apache License 2.0
670 stars 137 forks source link

PinEntryEditText line colour change using java #23

Closed vekain closed 5 years ago

vekain commented 6 years ago

Hey how can i change PinEntryEditText line colour using java?? Is there any method available for it

alphamu commented 5 years ago

There should be setPinLineColors() and setPinBackground() methods in version 2.0.6 releasing soon. setPinLineColors() will take a color state list. setPinBackground() will take a drawable xml selector.