收起软键盘
2017-01-03 本文已影响0人
山岭巨人郭敬明
InputMethodManager imm = (InputMethodManager) getSystemService(
Context.INPUT_METHOD_SERVICE);
if (imm != null) {
imm.hideSoftInputFromWindow(getWindow().getDecorView()
.getWindowToken(),0);
}