android 代码关闭软键盘
?InputMethodManager imm = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);? ? ?
? ? ? ? imm.hideSoftInputFromWindow(editText.getWindowToken(), 0); ? ? ? ?