Created
January 28, 2015 14:28
-
-
Save AlexHedley/cd4c31f6557504060ca0 to your computer and use it in GitHub Desktop.
Dismiss Keyboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); | |
| imm.hideSoftInputFromWindow(EDITTEXT.getWindowToken(), 0); | |
| //http://stackoverflow.com/questions/3553779/android-dismiss-keyboard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment