Skip to content

Commit

Permalink
Fix donut sample colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
diogobernardino committed Oct 4, 2020
1 parent 56d1584 commit 418dc85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/src/main/java/com/db/williamchartdemo/DemoFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ class DemoFragment : Fragment() {
* Donut Chart
*/
donutChart.donutColors = intArrayOf(
Color.parseColor("#8DFFFFFF"),
Color.parseColor("#FFFFFF"),
Color.parseColor("#9EFFFFFF"),
Color.parseColor("#FFFFFF")
Color.parseColor("#8DFFFFFF")
)
donutChart.animation.duration = animationDuration
donutChart.animate(donutSet)
Expand Down

0 comments on commit 418dc85

Please sign in to comment.