Skip to content

Instantly share code, notes, and snippets.

@alorma
Created August 16, 2014 14:08
Show Gist options
  • Save alorma/c13ff35a4b5b272e10f5 to your computer and use it in GitHub Desktop.
Save alorma/c13ff35a4b5b272e10f5 to your computer and use it in GitHub Desktop.
Close
InputMethodManager imm = (InputMethodManager)getSystemService(
Context.INPUT_METHOD_SERVICE);
imm.hideSoftInputFromWindow(searchEdit.getWindowToken(), 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment