rey5137 / material

A library to bring fully animated Material Design components to pre-Lolipop Android.
http://rey5137.com/material/
Apache License 2.0
6.01k stars 1.32k forks source link

How can get the array of colors in Circle progress? #400

Open gopicg opened 8 years ago

gopicg commented 8 years ago

How can get the array of colors in Circle progress? its not working cpd_strokeColors ,

pulpcorn commented 7 years ago

for guys who are looking for cpd_strokeColors not working, just define your own CircularProgress in style, and add that attribute to your item style.

weichaoIO commented 7 years ago

In arrays.xml: `<?xml version="1.0" encoding="utf-8"?>

#FF0000 #FF7F00 #FFFF00 #00FF00 #00FFFF #0000FF #8B00FF ` In `styles.xml`: `` In layout: ``