Created
July 3, 2018 14:30
-
-
Save dario61081/c155038e283e5f1dc9932c565e7a8edf to your computer and use it in GitHub Desktop.
Ocultar el teclado de la pantalla
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
//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