ProgressRing icon indicating copy to clipboard operation
ProgressRing copied to clipboard

设置进度100,进度条走不满

Open imxy opened this issue 6 years ago • 0 comments

78 w b1rqe9u l e qyoq8

xml设置 app:pr_start_angle="164" app:pr_sweep_angle="211" 因为 你的unitAngle 是float类型,在计算时出现了精度损失, 修正:unitAngle 改成Double 类型

imxy avatar Mar 16 '18 06:03 imxy