-
Notifications
You must be signed in to change notification settings - Fork 2k
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
一加手机8.0适配顶部与状态栏之间有空隙 #64
Comments
如果是以宽度为基准,都会出现间隙的话,那很大概率不是框架原因了,因为框架的原理并没有涉及到与 View 相关的操作,只是单纯的修改 density,修改 density 只会影响 dp 转 px 的过程,这样,你先把 AndroidAutoSize 取消依赖,看看是否还有间隙 |
取消依赖是没有间隙的,高度都是match_parent,顶到顶部的 |
实现 CancelAdapt 取消有间隙的页面的适配,看看是否还有间隙 |
@jackyHuangH 你应该是使用了沉浸式状态栏吧,ImmersionBar 参考一下这个沉浸式的实现吧 |
@dxy1046 感谢老哥,我就是用的immer,不过没注意他更新了,已经找到解决方案了 |
👍已更新到常见 issues 中,以便于有相同问题的人快速索引 issues |
兄弟 没有这个方法啊,能不能发一下代码出来 |
@jackyHuangH ImmersionBar更新到2.3.2-beat02版本之后,也不必使用两个参数的fitSystemWindows了 |
初次添加使用适配没有问题,但是后面需要添加沉浸式状态栏后,在地下有一段空白(状态栏的距离)要怎么解决才好呢? |
Environment
Bug Description:
我按照文档配置,项目中首页Activity+多fragment,个人中心为activity,都出现顶部与状态栏之间有空隙,将baseOnwidth返回false依旧如此,但是另一台同分辨率的小米4(Android6.0)却正常,暂未找到解决方案
Log:
Screenshot
一加三手机:
小米4:
Related Code:
Others:
The text was updated successfully, but these errors were encountered: