DoughnutDemo_Android
DoughnutDemo_Android copied to clipboard
getInterpolation返回的float可能大于1
使用BounceInterpolator的话,getInterpolation返回的float最大值大于1,所以getCurrentColor的判断条件应该改为f.length == 1 || percent >= 1