启动全屏-新浪微博Android开发V2.0
启动全屏//取消标题this.requestWindowFeature(Window.FEATURE_NO_TITLE); this.setContentView(R.layout.logo); //取消状态栏this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN);
下载地址
用户评论