Skip to content

Instantly share code, notes, and snippets.

@Reacoder
Created June 11, 2014 07:22
Show Gist options
  • Save Reacoder/3fa0f6fa9e09e5a9ceb5 to your computer and use it in GitHub Desktop.
Save Reacoder/3fa0f6fa9e09e5a9ceb5 to your computer and use it in GitHub Desktop.
hide soft key board.
InputMethodManager imm = (InputMethodManager) mActivity
.getSystemService(Context.INPUT_METHOD_SERVICE);
imm.hideSoftInputFromWindow(mSearchView.getWindowToken(), 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment