laobie / StatusBarUtil

A util for setting status bar style on Android App.
http://t.cn/Rq746Kb
Apache License 2.0
8.81k stars 1.72k forks source link

设置颜色时跟想要的颜色不一样,发深 #96

Closed ahaSweather closed 7 years ago

ahaSweather commented 7 years ago

这个是我哪里配置上有问题吗? StatusBarUtil.setColor(this, getResources().getColor(R.color.colorTop)); 直接这么写,展示的颜色比想要的颜色发深

ahaSweather commented 7 years ago

解决了原来还需要设置透明度。。。