I need EditText with password inputType that looks like this:
How can i do something like it? I mean, I need to display custom drawable instead of a character. I know how to display an asterisk (*), but what about a drawable for each char?
I need EditText with password inputType that looks like this:
How can i do something like it? I mean, I need to display custom drawable instead of a character. I know how to display an asterisk (*), but what about a drawable for each char?