|
|
1
21
尝试使用
你可以看看
source of the
|
|
|
2
3
您可以查看android.telephony.phoneNumberFormattingTextWatcher类。它用模式屏蔽输入的电话号码文本。 |
|
|
3
2
在一个
|
|
|
4
2
我知道在Android Studio的Android程序中在EditText上使用掩码的最简单方法是使用
|
|
|
5
0
这个 site 给出了一个很好的2个类来帮助掩盖我发现非常有用的东西。 您需要使用注释中的项目来改进它。但是值得添加到您的程序中,以便为许多遮罩隐藏EditText视图。 |
|
|
6
0
|