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

android 代码封闭软键盘

2012-09-16 
android 代码关闭软键盘?InputMethodManager imm (InputMethodManager)getSystemService(INPUT_METHOD_S

android 代码关闭软键盘

?InputMethodManager imm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);? ? ?

? ? ? ? imm.hideSoftInputFromWindow(editText.getWindowToken(), 0); ? ? ? ?

热点排行