CardinalNow / Android-CircleProgressIndicator

MIT License
206 stars 49 forks source link

Change inner circle background? #12

Open joschide opened 5 years ago

joschide commented 5 years ago

Is there an easy way to change the inner circle's background color? I'd like to change it black and put a text view in there.

kingws commented 5 years ago

You should be able to add the solid tag to the shape (see docs).

<solid android:color="color" />