Wednesday, April 15, 2015

Fullscreen configurations on Android Studio


Go to mainActivity, then put these codes before setContentView() in onCreate :
        getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
        WindowManager.LayoutParams.FLAG_FULLSCREEN);

Doneeee......... :D
Here's the result :

No comments:

Post a Comment