ActionBar Fullscreen
//full screen
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN);
//unfullscreen
getWindow().clearFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN);
Posting Lebih Baru
Posting Lama
Beranda