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使用的问题 #272

Closed wlxfxy closed 5 years ago

wlxfxy commented 5 years ago

首页fragment显示的是banner,然后打开app的时候,状态栏挡着banner图 切换fragment,然后回到首页fragment,就又正常了 我使用的方式是在fragment中onresume时使用StatusBarUtil.setTranslucentForImageViewInFragment(mActivity, 0, null);,然后在activity中切换tab,回到首页时再调用StatusBarUtil.setTranslucentForImageViewInFragment(mActivity, 0, null);切换到其它fragment用的都是StatusBarUtil.setColor(mActivity, Color.WHITE);