1、这是一个任务进度条(这个进度条是横向的),显示任务完成情况的。
2、进度条中有很多的任务节点,每个节点代表一定的额度(当大于或等于额度)就显示到那个节点上。
起初我是用imageView来实现的,不过imageView用的太多了,感觉有点愚笨。所有能否通过其他方法来实现,我用imageView来展示任务完成效果的时候是静态展示的,(如果能在上面增加一个动画那就更好了。)
迷茫2017-04-18 09:20:28
Well, I have done something similar in my memory, that is, the upper one is hollowed out ImageView (several are arranged horizontally in succession), the color of the hollowed out place is transparent, and the lower layer is a green view. When improving the speed, just change the width of the green view... You can also add animation