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

Fixed setTextColor #75

Open julia-black opened 2 years ago

julia-black commented 2 years ago

Color could not change correctly dynamically, changed only when onSizeChanged() was called. I've added override method setTextColor() to programmatically change the color.