改变顶部状态栏颜色

    getWindow().setStatusBarColor(0xff56ced4 );//改变状态栏的颜色
    getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR);//改变字体颜色
posted @ 2020-03-21 12:46  两小无猜  阅读(381)  评论(0编辑  收藏  举报