我想创建一个分段循环进度条,其行为类似于倒计时器,这样每个段都有自己的时间限制。
有一个iOS应用程序pTimer +,我想在Android中制作类似的倒数计时器。
pTimer+ http://www.jiaojianli.com/wp-content/uploads/2014/05/Pre1.jpg
到目前为止,我能够实现循环进度条,其行为类似于倒数计时器,但没有分段或块的概念。
答案 0 :(得分:0)
使用此链接 - I need to design this "red" percentage circle dynamically 因为你可以根据进度改变进度条的颜色。
希望它有所帮助。
编辑:对于使用颜色段初始化进度条,您可以尝试使用以下代码。
<gradient
android:angle="0"
android:centerX="50%"
android:centerColor="@color/green"
android:startColor="@color/orange"
android:endColor="@color/red"
android:type="linear"
/>
答案 1 :(得分:0)
也许这个图书馆可以提供帮助。它具有循环段进度条,可轻松自定义库:Android-progressviewslib