首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

键盘数目字

2012-09-09 
键盘数字// TYPE_CLASS_NUMBER: Class for numeric text. This displays the numbers/symbols keyboard.?e

键盘数字

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

热点排行