CircleProgress icon indicating copy to clipboard operation
CircleProgress copied to clipboard

CircleProgress, DonutProgress, ArcProgress

Results 83 CircleProgress issues
Sort by recently updated
recently updated
newest added

I want to start rotation from top and in anti-clockwise direction. Can someone pls point me to the right direction? I already tried 270 in android:rotation but its not working...

Is there a way to put a secondary progress

Please add this below code on DonutProgress.java under onDraw method after 500 line ``` if(innerBottomTextHeight == 0) { innerBottomTextHeight = getHeight() - (getHeight() * 3) / 4; } ``` The...

I am unable to set a floating value to setProgress function. I'm using **Kotlin**. My library version is 1.2.1. 1.2.3 and 1.2.4 cannot be implemented as it is not recognised...

When use arc progress in Persian language apps when use decimal formatter change number character and its make crash Caused by: java.lang.NumberFormatException: For input string: "۷۰" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043) at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)...

I have used your library its working good.But i want to apply gradient in filled part . How can i do this ?

``` $ curl -s https://jitpack.io/com/github/lzyzsd/circleprogress/1.2.1/circleprogress-1.2.1.aar | sha1sum eba204ef7eb75c26ae9a0eef979782a67a21999b - $ curl https://jitpack.io/com/github/lzyzsd/circleprogress/1.2.1/circleprogress-1.2.1.aar.sha1 8a5df8d876a5fc8e210894c481ce25351a26ad53% ``` md5 also differs for circleprogress-1.2.1.aar. This makes the package unusable when checksum verification is turned on,...

Can I change the StartAngle in ArcProgress? I want to draw from an angle other than 270 degrees

bugged because under some locale, decimal format returns a string not parseable by Float.valueOf that always wants the . as decimal separator crashing line this.progress = Float.valueOf(new DecimalFormat("#.##").format(progress)); fix this.progress...