Closed xiang23 closed 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)) 但是并不能达到效果
你可以参考下 demo 中的 use in fragment 的代码
设置StatusBarUtil.setTranslucentForImageViewInFragment(AccountActivity.this,0,null),然后除了那个Fragment之外其他Fragment设置为半透明这样?
另外问下能只设置状态栏为半透明而不更改虚拟键盘颜色吗?
不可以
因为项目是一Activity多Fragment的,我想在其中一个Fragment达到StatusBarUtil.setTranslucentForImageViewInFragment(AccountActivity.this,0,null);的效果应该如何实现? 我现在的做法是 StatusBarUtil.setTranslucentForImageViewInFragment(AccountActivity.this,null); 然后在Fragment中设置View的背景色 setBackgroundColor(Color.argb(0,0,0,0)) 但是并不能达到效果