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

设置状态栏透明后,根布局的 padding 属性不生效 #26

Closed sivan67 closed 8 years ago

sivan67 commented 8 years ago

在代码中设置状态栏透明后

        StatusBarUtil.setTranslucent(this);

or

        StatusBarUtil.setTranslucent(this, 0);

此 activity 对应的布局文件中根布局的 padding 属性不生效

laobie commented 8 years ago

这个确实是这样的,只能在布局上作调整了

laobie commented 8 years ago

@sivan67 我试了下,这个暂时确实没办法解决

sivan67 commented 8 years ago

@laobie 好的。只能改一下布局了

laobie commented 8 years ago

@sivan67 这个问题我看了下不好修复,所以暂时关闭了哈