Created
June 11, 2014 07:22
-
-
Save Reacoder/3fa0f6fa9e09e5a9ceb5 to your computer and use it in GitHub Desktop.
hide soft key board.
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) 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