Closed Destiny01 closed 7 years ago
上面是我的app的几个页面前3个statusbar都是颜色,最后一个是图片,但我第一次进来时依次切换时,到最后一个会出现下面底部栏上移的情况? 使用方式:在MainActivity 开始的时候:StatusBarUtil.setColor(this, getResources().getColor(R.color.colorPrimary), 0); if(position==FORTH){ isFullScreen = true; StatusBarUtil.setTransparentForImageViewInFragment(MainActivity.this, null); }else { if (isFullScreen) { resetFragmentView(mFragments[position]); } StatusBarUtil.setColor(MainActivity.this, getResources().getColor(R.color.colorPrimary), 0); } 请问是否我的使用姿势不对?
查看最新的 Fragment 用法 README 中有
ok,已解决,谢谢!
请教一下您的圆角图片效果是怎么实现的?Xfermode还是? 谢谢
如何解决的
上面是我的app的几个页面前3个statusbar都是颜色,最后一个是图片,但我第一次进来时依次切换时,到最后一个会出现下面底部栏上移的情况? 使用方式:在MainActivity 开始的时候:StatusBarUtil.setColor(this, getResources().getColor(R.color.colorPrimary), 0); if(position==FORTH){ isFullScreen = true; StatusBarUtil.setTransparentForImageViewInFragment(MainActivity.this, null); }else { if (isFullScreen) { resetFragmentView(mFragments[position]); } StatusBarUtil.setColor(MainActivity.this, getResources().getColor(R.color.colorPrimary), 0); } 请问是否我的使用姿势不对?