学白
Results
1
comments of
学白
在Activity中正常使用,fragment中出现了同样的问题,已解决。在CircleRefreshLayout.setUpChildAnimation中更改如下语句 mUpTopAnimator = ValueAnimator.ofFloat(mHeaderHeight,0);改为 mUpTopAnimator = ValueAnimator.ofFloat(mHeaderHeight-1,0);便可以。