Skip to content

Instantly share code, notes, and snippets.

@oraculum
Created August 18, 2012 06:40
Show Gist options
  • Save oraculum/3384960 to your computer and use it in GitHub Desktop.
Save oraculum/3384960 to your computer and use it in GitHub Desktop.
Ocultando teclado no Android
((InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE))
.hideSoftInputFromWindow(editText.getWindowToken(), 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment