摘要: //隐藏输入键盘 ((InputMethodManager)getSystemService(INPUT_METHOD_SERVICE)) .hideSoftInputFromWindow(BshToolsActivity.this.getCurrentFocus().getWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS); 阅读全文
posted @ 2014-02-09 12:00 yshy 阅读(207) 评论(0) 推荐(0)