摘要: public void closeInputMethod(){ try { ((InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE)) .hideSoftInputFromWindow(getCurrentFocus().getWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS); } catch (Exception e) { }finally{ } } 阅读全文
posted @ 2013-11-04 12:28 安卓吧 阅读(7423) 评论(0) 推荐(0)