I have an editText that has a limit of 4 characters
I want to add a place holder in all the empty characters
Is similar to a password input
○ for empty characters and ● for already taken
Examples:
Pin is 112 => Result in EditText ●●●○
Pin: 12 => EditText ●●○○
Pin: 1234 => EditText ●●●●