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

setTranslucentForCoordinatorLayout 方法在魅族手机上无效 #73

Closed Object-Ping closed 7 years ago

Object-Ping commented 7 years ago

亲测,在魅族手机上不可用

laobie commented 7 years ago

我这边在魅族小米手机上都是可以的,请下载 demo 测试,然后截图,如果有问题,给出机型,系统版本。 你这么提 isuue ,指望我怎么回答你?

IAskWind commented 7 years ago

我这边可以,估计用了android support控件,作者曾经给出链接,处理过,关于support控件的问题,自己在issues找下

Object-Ping commented 7 years ago

魅蓝metal 系统版本:Flyme os 5.1.0.6QY 型号:M57AC

laobie commented 7 years ago

使用我的 demo 截图

Object-Ping commented 7 years ago

你的源码里面没有调用setTranslucentForCoordinatorLayout方法。

laobie commented 7 years ago

………非要几个回合才说清楚用了哪个方法,没有你贴上布局,贴上代码就是了,再说你这个不行就外面套个别的,然后用别的方法不就可以了……这种问题自行解决,开源不是给你写代码的。

laobie commented 7 years ago

还有你的标题起的挺大的。

Object-Ping commented 7 years ago

360 1214_11_57_01 360 1214_12_08_01

Object-Ping commented 7 years ago

我直接把你那两个文件拷到我的项目里了!

laobie commented 7 years ago

@Object-Ping 这个和系统相关了,建议你改变下布局,最外层套一个 FrameLayout 之类的来解决,setTranslucentForCoordinatorLayout 这个方法主要是针对 CoordinatorLayout 布局,兼容上没完整测试过