yanzhenjie / Sofia

Android沉浸式效果的实现,状态栏和导航栏均支持设置颜色、渐变色、图片、透明度、内容入侵和状态栏深色字体;兼容竖屏、横屏,当屏幕旋转时会自动适配。
https://github.com/yanzhenjie/Sofia
Apache License 2.0
1.23k stars 162 forks source link

在Fragment中使用遇到的问题 #42

Open CorruptWood opened 6 years ago

CorruptWood commented 6 years ago

在Fragment中 AFragmen需要对状态栏进行渐变,BFragmen不需要渐变。

参考Demo中FragmenA、FragmentActivity,在布局中添加StatusView,

动态去修改StatusView的Alpha无效。

mStatusView.getBackground().mutate().setAlpha(alpha);

Ronadlo7 commented 4 years ago

建议在不同的frament中动态的计算状态栏高度,然后给顶部布局设置padding