File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ getNavBarColor : 获取导航栏颜色
141141isSupportNavBar : 判断是否支持导航栏
142142setNavBarLightMode : 设置导航栏是否为浅色模式
143143isNavBarLightMode : 判断导航栏是否为浅色模式
144+ transparentNavBar : 透明导航栏
144145```
145146
146147* ### 亮度相关 -> [ BrightnessUtils.java] [ brightness.java ] -> [ Demo] [ brightness.demo ]
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ getNavBarColor
140140isSupportNavBar
141141setNavBarLightMode
142142isNavBarLightMode
143+ transparentNavBar
143144```
144145
145146* ### About Brightness -> [ BrightnessUtils.java] [ brightness.java ] -> [ Demo] [ brightness.demo ]
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
22 package =" com.blankj.utilcode" >
33
4+ <queries >
5+ <intent >
6+ <action android : name =" android.intent.action.MAIN" />
7+ </intent >
8+ <intent >
9+ <action android : name =" android.intent.action.VIEW" />
10+ </intent >
11+ </queries >
12+
413 <application >
514
615 <activity
You can’t perform that action at this time.
0 commit comments