android-cjj / Android-MaterialRefreshLayout

This is a drop-down control, it is more beautiful and powerful than SwipeRefreshLayout
2.11k stars 483 forks source link

autoRefresh() BUG #19

Open loveanao opened 8 years ago

loveanao commented 8 years ago

MaterialRefreshLayout. autoRefresh() there is a bug..... with autoRefresh() ,the CircleProgressBar is not working. the arrow no Animation . Test on LG F240K S6EDGE NOTE4

JmStefanAndroid commented 8 years ago

i had found this problem , i figured it out by modify author's codes, image you need to add the codes in pic (up), position :MaterialHeaderView ; plus :maybe author had fix it ,no thx

codeccc commented 7 years ago

i just copy the code to paste here that anyone can easy to copy it: ViewCompat.setScaleX(circleProgressBar, 1f); ViewCompat.setScaleY(circleProgressBar, 1f);