Android-Pull-To-Refresh icon indicating copy to clipboard operation
Android-Pull-To-Refresh copied to clipboard

两个Bug

Open Yuloran opened this issue 8 years ago • 0 comments

MaterialProgressDrawable刷新时会有一次闪烁:

  • 原因:修改了原来的动画导致;
  • 解决方法:使用Google的MaterialProgressDrawable.java。

onMeasure()方法中自身宽高测量结果始终为match_parent:

  • 解决方法:测量出contentView的宽高后,加上contentView的margin参数,通过setMesuredDimension()方法设定容器自身宽高。

Yuloran avatar Sep 25 '16 13:09 Yuloran