键盘数字
// 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);?