找回密码
 立即注册
WindowManagerLayoutParamsFULLSCREENAndroid | android开发 2022-11-24 57 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
一个简单的Android注册界面,在注册时支持全屏显示,通过下列两句实现:getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN);隐去状态栏部分电池等图标和一切润饰部分,requestWindowFeature(Window.FEATURE_NO_TITLE);隐去标题栏程序名称等信息。

(A simple Android registration interface, which supports full screen display during registration, is implemented through the following two sentences: getWindow(). setFlags (WindowManager. LayoutParams. FLAG_FULLSCREEN, WindowManager. LayoutParams. FLAG_FULLSCREEN); Hiding some icons such as batteries in the status bar and all the retouching parts, requestWindowFeature (Window. FEATURE_NO_TITLE); Hide the title block program name and other information.)

[下载]15210748280.rar




上一篇:Android引用第三方类库的方法实例
下一篇:MyImageIndicator微博客户端