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

android 封锁弹出键盘

2013-01-26 
android 关闭弹出键盘((InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE)).hideSoftI

android 关闭弹出键盘

((InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE)).

hideSoftInputFromWindow(FoodLibActivity.this.getCurrentFocus().getWindowToken(),InputMethodManager.HIDE_NOT_ALWAYS);

热点排行