uknownothingsnow / CircleProgress

CircleProgress, DonutProgress, ArcProgress
3.81k stars 921 forks source link

Percentage issue (295%) #77

Open thangnguyendt opened 7 years ago

thangnguyendt commented 7 years ago

Hi,

I am using the Circle progress

<com.github.lzyzsd.circleprogress.CircleProgress
    android:id="@+id/circle_progress"
    android:layout_marginLeft="50dp"
    android:layout_width="100dp"
    android:layout_height="100dp"
    custom:circle_progress="20"/>

In the javacode: I set max for 3000. set progress for 295. The circle progress show 295 %?

What's wrong with this