Created
February 18, 2014 03:14
-
-
Save Phonbopit/9064066 to your computer and use it in GitHub Desktop.
Full Screen on Android
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
requestWindowFeature(Window.FEATURE_NO_TITLE); | |
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, | |
WindowManager.LayoutParams.FLAG_FULLSCREEN); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment