Android-MaterialRefreshLayout icon indicating copy to clipboard operation
Android-MaterialRefreshLayout copied to clipboard

autoRefresh() BUG

Open loveanao opened this issue 10 years ago • 2 comments

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

loveanao avatar Dec 30 '15 14:12 loveanao

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

JmStefanAndroid avatar Mar 24 '16 09:03 JmStefanAndroid

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

codeccc avatar Jan 03 '17 03:01 codeccc