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

状态栏字体为白色,设置白色背景色导致状态栏看不清怎么处理 #271

Open qingtianyue opened 4 years ago

aiynmm commented 4 years ago

setLightMode(xxx); 让状态栏字体为黑色

HelloAnyu commented 4 years ago

为什么我没有setLightMode这个方法

walterFeng commented 4 years ago

https://github.com/laobie/StatusBarUtil/pull/280 中 此方法已作兼容处理: StatusBarUtil.setColor(this, Color.WHITE, 0); @qingtianyue