以前写过一个沉浸式状态栏 的实现方式
Android 沉浸式状态栏 实现方式一
现在有个更为简单的实现方式 。
相关链接
1、效果图
demo 的 github 地址 https://github.com/zyj1609wz/Android-StatusBarColor
2、核心方法
android studio 添加依赖库
compile 'com.jaeger.statusbaruitl:library:1.0.0'
2022-10-23 11:02:26
以前写过一个沉浸式状态栏 的实现方式
现在有个更为简单的实现方式 。
相关链接
demo 的 github 地址 https://github.com/zyj1609wz/Android-StatusBarColor
android studio 添加依赖库
compile 'com.jaeger.statusbaruitl:library:1.0.0'
下一篇:创建Maven项目