美文网首页
安卓隐藏密码,密码变小圆点

安卓隐藏密码,密码变小圆点

作者: andy_tu | 来源:发表于2018-03-22 19:19 被阅读0次

    final ClearEditText newPwdTextGropuSure = new ClearEditText(this); newPwdTextGropuSure.setHint(R.string.more_input_new_pwd_sure); newPwdTextGropuSure.setPadding(10, 10, 10, 10); newPwdTextGropuSure.setSingleLine(true); newPwdTextGropuSure.setBackgroundColor(Color.WHITE); newPwdTextGropuSure.setFilters(new InputFilter[]{new InputFilter.LengthFilter(Define.DEVICE_NAEM_LENGTH)}); final EditText passwordText1 = newPwdTextGropuSure; passwordText1.setTransformationMethod(PasswordTransformationMethod.getInstance()); passwordText1.setTypeface(Typeface.SANS_SERIF);

    相关文章

      网友评论

          本文标题:安卓隐藏密码,密码变小圆点

          本文链接:https://www.haomeiwen.com/subject/tjkzqftx.html