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

小米6.0的手机 #132

Closed xie3120 closed 6 years ago

xie3120 commented 7 years ago

我用的小米note,系统是6.0.1的,调用 StatusBarUtil.setTranslucent(this);没什么反应

laobie commented 7 years ago

@xie3120 先测试下 demo 如果正常的话看下你的使用姿势

xie3120 commented 7 years ago

我现在项目里面要实现的是,先是沉浸式状态栏,滑动的时候标题栏变白色,状态栏也变白色,状态栏的字变成黑色。这个能实现么。

laobie commented 7 years ago

image

laobie commented 6 years ago

1.5 版本已经添加设置状态栏模式方法,请更新到最新版本

  StatusBarUtil.setLightMode(Activity activity)
  StatusBarUtil.setDarkMode(Activity activity)