laobie / StatusBarUtil

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

不能同时做到设置状态栏全透明的同时设置颜色 #278

Open PopFisher opened 4 years ago

PopFisher commented 4 years ago

StatusBarUtil.setColor(this@BaseActivity, color) StatusBarUtil.setTransparent(this)

walterFeng commented 4 years ago

https://github.com/laobie/StatusBarUtil/pull/280 PopFisher