Skip to content

Instantly share code, notes, and snippets.

@oraculum
Created August 18, 2012 06:40
Show Gist options
  • Select an option

  • Save oraculum/3384960 to your computer and use it in GitHub Desktop.

Select an option

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