Skip to content

Commit

Permalink
Merge pull request #1670 from YoungBill/master
Browse files Browse the repository at this point in the history
[M] 修改BarUtils方法列表及描述
  • Loading branch information
Blankj authored Jul 19, 2022
2 parents 85f217f + cf98305 commit 31a8403
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/utilcode/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ getNavBarColor : 获取导航栏颜色
isSupportNavBar : 判断是否支持导航栏
setNavBarLightMode : 设置导航栏是否为浅色模式
isNavBarLightMode : 判断导航栏是否为浅色模式
transparentNavBar : 透明导航栏
```

* ### 亮度相关 -> [BrightnessUtils.java][brightness.java] -> [Demo][brightness.demo]
Expand Down
1 change: 1 addition & 0 deletions lib/utilcode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ getNavBarColor
isSupportNavBar
setNavBarLightMode
isNavBarLightMode
transparentNavBar
```

* ### About Brightness -> [BrightnessUtils.java][brightness.java] -> [Demo][brightness.demo]
Expand Down
9 changes: 9 additions & 0 deletions lib/utilcode/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.blankj.utilcode">

<queries>
<intent>
<action android:name="android.intent.action.MAIN" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
</intent>
</queries>

<application>

<activity
Expand Down

0 comments on commit 31a8403

Please sign in to comment.