二话不说先上图,没图说个cz!!!
1.添加依赖
dependencies {
compile'com.gyf.barlibrary:barlibrary:2.3.0'
}
2.在Activity中初始化
ImmersionBar.with(this).init();
3.改变颜色
ImmersionBar.with(this).statusBarColor(R.color.colorAccent).init();
二话不说先上图,没图说个cz!!!
1.添加依赖
dependencies {
compile'com.gyf.barlibrary:barlibrary:2.3.0'
}
2.在Activity中初始化
ImmersionBar.with(this).init();
3.改变颜色
ImmersionBar.with(this).statusBarColor(R.color.colorAccent).init();
本文标题:Android沉浸式状态栏
本文链接:https://www.haomeiwen.com/subject/wopncctx.html
网友评论