I'm developing a APP for Android for educational purposes, and I see this in Linkedin APP. I like it!
Is a eye, and function is similar to CheckBox.
How I can do this?
Is a customized EditText? Is a customized CheckBox inside EditText?
I'm developing a APP for Android for educational purposes, and I see this in Linkedin APP. I like it!
Is a eye, and function is similar to CheckBox.
How I can do this?
Is a customized EditText? Is a customized CheckBox inside EditText?
just pass null
to setTransformationMethod
to show the password like --->
yourEditText.setTransformationMethod(null);