CircleRefreshLayout icon indicating copy to clipboard operation
CircleRefreshLayout copied to clipboard

a custom pull-to-refresh layout which contains a interesting animation

Results 22 CircleRefreshLayout issues
Sort by recently updated
recently updated
newest added

Hey, its not working on CardView (androidx.cardview.widget.CardView). Can you help me find the reason to it and solve this problem? Thanks.

修复了在Fragment中不能正常返回界面顶部的错误

FIXED following issues https://github.com/tuesda/CircleRefreshLayout/issues/5 https://github.com/tuesda/CircleRefreshLayout/issues/7 https://github.com/tuesda/CircleRefreshLayout/issues/8

finishRefreshing方法调用后,会走mHeader.setRefreshing(false); 动画正常结束,但是一直是下拉后的样子,不回到顶部. 在再一次下拉的时候就回去了.

What I mean is that when I am trying to scroll up (not from the top element in list) the CircleRefreshLayout animation starts and it does refresh instead of scrolling...

mRefreshLayout.finishRefreshing(); is not working properly and some times does not draw back after completing refresh

If the user stops the freshing by `CircleRefreshLayout.finishRefreshing()` immediately after the refresh starts, the method `AnimationView.startOutCir()` will run after that and will reset the boolean `AnimationView.mIsRefreshing` as true again. Then...