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 : 获取导航栏颜色
141
141
isSupportNavBar : 判断是否支持导航栏
142
142
setNavBarLightMode : 设置导航栏是否为浅色模式
143
143
isNavBarLightMode : 判断导航栏是否为浅色模式
144
+ transparentNavBar : 透明导航栏
144
145
```
145
146
146
147
* ### 亮度相关 -> [ BrightnessUtils.java] [ brightness.java ] -> [ Demo] [ brightness.demo ]
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ getNavBarColor
140
140
isSupportNavBar
141
141
setNavBarLightMode
142
142
isNavBarLightMode
143
+ transparentNavBar
143
144
```
144
145
145
146
* ### About Brightness -> [ BrightnessUtils.java] [ brightness.java ] -> [ Demo] [ brightness.demo ]
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
package =" com.blankj.utilcode" >
3
3
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
+
4
13
<application >
5
14
6
15
<activity
You can’t perform that action at this time.
0 commit comments