laobie / StatusBarUtil

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

是不是每个Activity都要调用设置颜色方法,能写在Base里吗,那些方法参数我都看不懂什么意思,又没栗子 #130

Closed guanyueyun closed 7 years ago

laobie commented 7 years ago

还需要啥样的例子?下载 demo,那就是例子 。

LB-ocean commented 7 years ago

在平板里边就 不可以了,横屏的时候 ,我试过;

laobie commented 7 years ago

?啥意思 @LB-ocean

LB-ocean commented 7 years ago

我一个同样的程序,在手机端 是OK的,但是我放到 平板里边(1280x800)去运行,状态栏和下边的就会分隔出来,平板android 系统是5.1.1;

Mao-x-w commented 7 years ago

当然可以写在BaseActivity中了,在BaseActivity中重写setContentView,然后加上StatusBarUtils.setColor(this, Color.WHITE)所有activity都生效了