如何隐藏密码优先提示

如何隐藏密码优先提示

当我们在编辑文本password中输入inputType="textPassword"时。在将任何人输入的角色转换为项目符号之前,需要等待几秒钟。怎么disable那?

最佳答案

来自Android password edit text showing text

edt_password.setTransformationMethod(new PasswordTransformationMethod());

关于java - 如何隐藏密码优先提示,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/33961049/

10-09 04:31