Android 隐藏输入软键盘

//隐藏输入键盘
((InputMethodManager)getSystemService(INPUT_METHOD_SERVICE))
.hideSoftInputFromWindow(BshToolsActivity.this.getCurrentFocus().getWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS);

posted @ 2014-02-09 12:00  yshy  阅读(175)  评论(0编辑  收藏  举报