Android沉浸式状态栏

作者: 不朽大叔丶 | 来源:发表于2019-07-01 18:48 被阅读0次

    二话不说先上图,没图说个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