让输入法收下去:
InputMethodManager immInputMethodManager = (InputMethodManager) getSystemService(INPUT_METHOD_SERVICE);
immInputMethodManager.hideSoftInputFromWindow(DialogDetailActivity.this.getCurrentFocus().getWindowToken(), 0);
InputMethodManager immInputMethodManager = (InputMethodManager) getSystemService(INPUT_METHOD_SERVICE);
immInputMethodManager.hideSoftInputFromWindow(DialogDetailActivity.this.getCurrentFocus().getWindowToken(), 0);