I have used one Edittext
with attribute android:inputType="textPassword"
.
But when I type some text in it, text is getting visible character by character before changing to solid bullets.
How can I make the text invisible as the user inputs the text.
Please help me.
Try to add EditText
attribute
android:inputType="text"
And also add programmatically
edt_password.setTransformationMethod(new PasswordTransformationMethod());
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With