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

Strange layout behavior if maxLength is not set #59

Open domisafonov opened 5 years ago

domisafonov commented 5 years ago

PinEntryEditText lets you enter more than 4 characters if not maxLength is specified. The excess characters are not shown, but they do affect the layout making PinEntryEditText larger.