读书人

键盘数目字

发布时间: 2012-09-09 09:27:54 作者: rapoo

键盘数字

// 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);?

读书人网 >移动开发

热点推荐