Android状态栏颜色修改,activity状态栏颜色,非布局写法

来源:互联网 发布:托福 一个月 知乎 编辑:程序博客网 时间:2024/06/01 15:39

  compile 'com.githang:status-bar-compat:0.3'

 StatusBarCompat.setStatusBarColor(this, getResources().getColor(R.color.statebar_color), false);

原创粉丝点击