// TYPE_CLASS_NUMBER: Class for numeric text. This displays the numbers/symbols keyboard.
editText.setInputType(TYPE_CLASS_NUMBER);
// TYPE_CLASS_PHONE: Class for a phone number. This displays the phone number keypad.
editText.setInputType(TYPE_CLASS_PHONE);
键盘数字
最新推荐文章于 2025-08-15 18:35:08 发布
6797

被折叠的 条评论
为什么被折叠?



