zhihu / Matisse

:fireworks: A well-designed local image and video selector for Android
Apache License 2.0
12.52k stars 2.07k forks source link

状态栏被挡住 #495

Closed HeQuanLi closed 5 years ago

HeQuanLi commented 5 years ago

qq 20181008160538

mowenjie007 commented 5 years ago

给当前activity的layout根布局中添加android:fitsSystemWindows="true"试试

HeQuanLi commented 5 years ago

我当前activity是有的,我在想你要不把你的每个activity加上这个属性?

REBOOTERS commented 5 years ago

@HeQuanLi 是什么系统和手机?

HeQuanLi commented 5 years ago

三星S8 Android 8.0和华为P9 Android8.0

REBOOTERS commented 5 years ago

你想实现什么样的效果呢?

image

这种吗,如果是的话,这个主题的实现和 matisse 貌似没有关系啊

HeQuanLi commented 5 years ago

因为我要做沉侵式状态栏,所以在我所有的activity样式中加了 ` true

true`
REBOOTERS commented 5 years ago

沉寝式状态栏对不同版本是需要适配的,你这么写不一定OK。推荐 https://github.com/laobie/StatusBarUtil

HeQuanLi commented 5 years ago

我把你的代码拉下来在MatisseActivity 的R.layout.activity_matisse 中设置 android:fitsSystemWindows="true",问题解决。希望后面版本能直接把这个属性加上。