msdx / status-bar-compat

A compatible library for setting status bar color. Support MIUI, Flyme, EMUI3.1. 一行代码调用,布局零入侵。兼容小米,魅族,华为……

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StatusBar's color is wrong

qiaop opened this issue · comments

commented

StatusBarCompat.setStatusBarColor(this,R.color.white , true);
the white color's value is '#FFFFFF',but stausbar's color is not white.

The second param is a color value, NOT a color resource.

commented

oh thanks!