2015-03-30 126 views

回答

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" 
/> 
+0

我想用多個顏色段初始化進度條。 – user3299028 2015-03-31 15:38:37

+0

@ user3299028請參閱我的編輯。但它只能讓你有3種顏色。 – 2015-04-02 05:50:58

+0

我不能把它限制在3個以內。細分是根據動態數據決定的,而且大多數情況下它會大於4或5 – user3299028 2015-04-03 14:15:04