用点符号替换字符串的一部分?

时间:2018-01-19 01:56:26

标签: java android textview passwords

我知道我可以使用下面的代码用点符号(即密码)替换整个字符串:

TextView textView1.setTransformationMethod(new PasswordTransformationMethod());

这样的字符串就像"密码"将转向"••••••••#34;

但是有一个函数只替换部分字符串,同时仍显示其余字符串(即信用卡号):

例如,我想转过" 1234567890"进入"••••••7890"

1 个答案:

答案 0 :(得分:0)

您自己发布了答案 - 使用TransformationMethod。编写自定义的TransformationMethod类,并将其传递给视图