Last active
April 7, 2021 02:23
-
-
Save userddssilva/082bc16980fc35de2c6b0eeb95d572e0 to your computer and use it in GitHub Desktop.
Esconde a barra de ferramentas android e deixa a tela full screen
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
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