Skip to content

Commit 418dc85

Browse files
Fix donut sample colors.
1 parent 56d1584 commit 418dc85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mobile/src/main/java/com/db/williamchartdemo/DemoFragment.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ class DemoFragment : Fragment() {
5252
* Donut Chart
5353
*/
5454
donutChart.donutColors = intArrayOf(
55-
Color.parseColor("#8DFFFFFF"),
55+
Color.parseColor("#FFFFFF"),
5656
Color.parseColor("#9EFFFFFF"),
57-
Color.parseColor("#FFFFFF")
57+
Color.parseColor("#8DFFFFFF")
5858
)
5959
donutChart.animation.duration = animationDuration
6060
donutChart.animate(donutSet)

0 commit comments

Comments
 (0)