Skip to content

Commit 31a8403

Browse files
authored
Merge pull request Blankj#1670 from YoungBill/master
[M] 修改BarUtils方法列表及描述
2 parents 85f217f + cf98305 commit 31a8403

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

lib/utilcode/README-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ getNavBarColor : 获取导航栏颜色
141141
isSupportNavBar : 判断是否支持导航栏
142142
setNavBarLightMode : 设置导航栏是否为浅色模式
143143
isNavBarLightMode : 判断导航栏是否为浅色模式
144+
transparentNavBar : 透明导航栏
144145
```
145146

146147
* ### 亮度相关 -> [BrightnessUtils.java][brightness.java] -> [Demo][brightness.demo]

lib/utilcode/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ getNavBarColor
140140
isSupportNavBar
141141
setNavBarLightMode
142142
isNavBarLightMode
143+
transparentNavBar
143144
```
144145

145146
* ### About Brightness -> [BrightnessUtils.java][brightness.java] -> [Demo][brightness.demo]

lib/utilcode/src/main/AndroidManifest.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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

0 commit comments

Comments
 (0)