Skip to content

Instantly share code, notes, and snippets.

@haidong94
Last active September 6, 2017 20:01
Show Gist options
  • Save haidong94/3f2b94394fc77ca0ca3a9220749fe294 to your computer and use it in GitHub Desktop.
Save haidong94/3f2b94394fc77ca0ca3a9220749fe294 to your computer and use it in GitHub Desktop.
InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
imm.hideSoftInputFromWindow(ed_ten.getWindowToken(), 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment