laobie / StatusBarUtil

A util for setting status bar style on Android App.
http://t.cn/Rq746Kb
Apache License 2.0
8.81k stars 1.72k forks source link

Fragment中如何实现全透明效果? #103

Closed xiang23 closed 7 years ago

xiang23 commented 7 years ago

因为项目是一Activity多Fragment的,我想在其中一个Fragment达到StatusBarUtil.setTranslucentForImageViewInFragment(AccountActivity.this,0,null);的效果应该如何实现? 我现在的做法是 StatusBarUtil.setTranslucentForImageViewInFragment(AccountActivity.this,null); 然后在Fragment中设置View的背景色 setBackgroundColor(Color.argb(0,0,0,0)) 但是并不能达到效果

laobie commented 7 years ago

你可以参考下 demo 中的 use in fragment 的代码

xiang23 commented 7 years ago

设置StatusBarUtil.setTranslucentForImageViewInFragment(AccountActivity.this,0,null),然后除了那个Fragment之外其他Fragment设置为半透明这样?

xiang23 commented 7 years ago

另外问下能只设置状态栏为半透明而不更改虚拟键盘颜色吗?

laobie commented 7 years ago

不可以