AriesHoo / UIWidget

一个集成TabLayout、UIAlertDialog、UIActionSheetDialog、UIProgressDialog、TitleBarView(自带沉浸式标题栏)、CollapsingTitleBarLayout、RadiusView(圆角及状态背景设置View解放shape文件)、KeyboardHelper(软键盘控制及遮挡控制类)、StatusViewHelper(状态栏沉浸帮助类)、NavigationViewHelper(导航栏沉浸式帮助类)、AlphaViewHelper(View透明度控制帮助类) 等项目常用UI库

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

加一个全屏的方法?StatusViewHelper这个或者StatusBarUtil这个里面

AndMy opened this issue · comments

加一个全屏的方法?StatusViewHelper这个或者StatusBarUtil这个里面

3.2.19版本StatusBarUtil增加setFullScreen、hideStatusBar方法、NavigationBarUtil增加hideNavigationBar方法

setFullScreen全屏是 状态栏+底部导航栏都全屏?

对的。setFullScreen 是状态栏导航栏同时有效

好的,谢谢了