Skip to content

Instantly share code, notes, and snippets.

@userddssilva
Last active April 7, 2021 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save userddssilva/082bc16980fc35de2c6b0eeb95d572e0 to your computer and use it in GitHub Desktop.
Save userddssilva/082bc16980fc35de2c6b0eeb95d572e0 to your computer and use it in GitHub Desktop.
Esconde a barra de ferramentas android e deixa a tela full screen
try {
this.supportActionBar?.hide()
} catch (e: NullPointerException) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment