点击图标显示隐藏密码功能
//密码不显示时点击显示
mPwd.setTransformationMethod(HideReturnsTransformationMethod.getInstance());
更改图标样式
//密码显示时点击隐藏
mPwd.setTransformationMethod(PasswordTransformationMethod.getInstance());
更改图标样式
记录一下。
点击图标显示隐藏密码功能
//密码不显示时点击显示
mPwd.setTransformationMethod(HideReturnsTransformationMethod.getInstance());
更改图标样式
//密码显示时点击隐藏
mPwd.setTransformationMethod(PasswordTransformationMethod.getInstance());
更改图标样式
记录一下。