标签:最好 get 方法 params test lag win color hid
1 //在onCreate方法里调动 2 private void test1(){//隐藏标题栏 3 ActionBar actionbar=getActionBar(); 4 if(actionbar!=null){ 5 actionbar.hide(); 6 } 7 } 8 private void test2(){//全屏 9 this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN); 10 }
标签:最好 get 方法 params test lag win color hid
原文地址:http://www.cnblogs.com/GeekXwj/p/6005804.html