jakob-grabner / Circle-Progress-View

Animated circular progress view for Android
MIT License
1.32k stars 242 forks source link

How to change the inner circle background color? #103

Closed anikdey closed 5 years ago

anikdey commented 5 years ago

I want the inner circle to be white. How can i do that.

Untitled

jakob-grabner commented 5 years ago

Try

 <at.grabner.circleprogress.CircleProgressView
        CircleProgressView:cpv_fillColor="@color/primary" />