摘要:
// 隐藏标题requestWindowFeature(Window. FEATURE_NO_TITLE );// 定义全屏参数int int int int flag=WindowManager.LayoutParams. FLAG_FULLSCREEN ;// 获得窗口对象Window myWindow= this this this this .getWindow();// 设置 Flag 标识myWindow.setFlags(flag,flag); 阅读全文
posted @ 2013-08-07 18:01
♂小旭
阅读(197)
评论(0)
推荐(0)
2013年8月7日