Skip to content

Instantly share code, notes, and snippets.

@dario61081
Created July 3, 2018 14:30
Show Gist options
  • Save dario61081/c155038e283e5f1dc9932c565e7a8edf to your computer and use it in GitHub Desktop.
Save dario61081/c155038e283e5f1dc9932c565e7a8edf to your computer and use it in GitHub Desktop.
Ocultar el teclado de la pantalla
//ocultar teclado
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment