Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

statusBarColor如何设置一个不在color.xml中的颜色,比如一个代码计算出来的颜色0xfafafa #8

Closed
AndSync opened this issue May 25, 2017 · 2 comments

Comments

@AndSync
Copy link

AndSync commented May 25, 2017

statusBarColor如何设置一个不在color.xml中的颜色,比如一个代码计算出来的颜色0xfafafa

@gyf-dev
Copy link
Owner

gyf-dev commented May 25, 2017

@AndSync
之前2.0.0版本的时候是可以的,现在被我删除了,下个版本2.1.8,我在加进去吧,你加我微信吧,有什么问题方便一点

@gyf-dev
Copy link
Owner

gyf-dev commented May 25, 2017

@AndSync
使用2.1.8版本

ImmersionBar.with(this).statusBarColorInt(0xfffafafa).init();

或者

ImmersionBar.with(this).statusBarColor("#fafafa").init();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants