PatternedEditText
PatternedEditText copied to clipboard
A custom EditText for Android that shows its text according to a pre-defined pattern.
I used in xml file pet:pattern="(###) ### - ####" this pattern but after i changed to setPattern("#######") programmatically, so it's not working. i found error for indexoutbound.
Hi, Thank you for this library, just what I needed! only problem is that it fails to load via gradle: compile 'com.faradaj:patterned-edit-text:1.0' You can see the error here: https://travis-ci.org/faradaj/PatternedEditText "ERROR:...
How change color to the edittext with this library?
the position of cursor is uncorrect in some situation.for example (the % stands for cursor). 123 456 789.input cursor to the String ,then 123 456 %789. Deleting..... the bug comes...