Dialog icon indicating copy to clipboard operation
Dialog copied to clipboard

移植到android O上,Loading dialog没有动画效果

Open 13540634851 opened this issue 7 years ago • 1 comments

SweepLoadingView.java的类,里面 startAngleObjectAnimator.setRepeatCount(Integer.MAX_VALUE); 应该是换成 startAngleObjectAnimator.setRepeatCount(Animation.INFINITE);

13540634851 avatar Aug 09 '18 07:08 13540634851

后来才发现的,好像是 7.0 还是8.0 之后,就是这样的了。我之前用的API,一直都不对。囧啊

Alex-Cin avatar Aug 09 '18 16:08 Alex-Cin