【发布时间】:2015-01-02 17:58:13
【问题描述】:
我想要这样的东西:
如您所见,有些线条是浅色的,有些是深色的。
如何在 android 中将它们变亮或变暗?我该怎么办 ?
【问题讨论】:
-
9补丁和标准的 Android 动画框架浮现在脑海
标签: android android-animation android-image
我想要这样的东西:
如您所见,有些线条是浅色的,有些是深色的。
如何在 android 中将它们变亮或变暗?我该怎么办 ?
【问题讨论】:
标签: android android-animation android-image
这里有一些库可以帮助您实现这一目标:
https://github.com/Todd-Davies/ProgressWheel
https://github.com/f2prateek/progressbutton?source=c
https://github.com/castorflex/SmoothProgressBar
https://github.com/dmytrodanylyk/circular-progress-button
https://github.com/FilipPudak/ProgressPieView
创建自己的圆形进度条的教程:
http://www.truiton.com/2013/06/android-circular-progress-bar
统一创建圆形进度条:
http://www.theappguruz.com/sample-code/circular-progress-bar/
祝你好运。
【讨论】: