PercentageChartView icon indicating copy to clipboard operation
PercentageChartView copied to clipboard

An Android custom view that displays the progress of an ongoing task.

Results 21 PercentageChartView issues
Sort by recently updated
recently updated
newest added

2019-08-22 18:34:35.887 7688-7688/com.example.chargeup E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.chargeup, PID: 7688 android.view.InflateException: Binary XML file line #16: Binary XML file line #16: Error inflating class com.ramijemli.percentagechartview.PercentageChartView Caused by: android.view.InflateException: Binary...

once i put these lines in xml: I find this crash : java.lang.NullPointerException: Attempt to get length of null array at android.graphics.LinearGradient.(LinearGradient.java:60) at com.ramijemli.percentagechartview.renderer.PieModeRenderer.setupGradientColors(PieModeRenderer.java:129) at com.ramijemli.percentagechartview.renderer.PieModeRenderer.measure(PieModeRenderer.java:67) at com.ramijemli.percentagechartview.PercentageChartView.onMeasure(PercentageChartView.java:168) at android.view.View.measure(View.java:22024)...

bug

The background of the view changes to black while animating the progress bar. And then it changes to white. This problem only happens in the release version of the app...

Hi, At the first I want thank you for your cool library (Specially adaptive color provider :) ) But did you forget to implement needed dependencies? ``` implementation 'com.jakewharton:butterknife:10.2.0' annotationProcessor...

Hey, I need to use gradientAngle but that attribute is absolutely not working, I'm changing that number but it doesn't do anything. Could you solve it? Thanks

Hi How can i make this type progress? I mean with startAngle and endAngle. I don't want progress with whole circle.

This happened when I removed an item from a recyclerview containing a `PercentageChartView` `java.lang.NullPointerException: Attempt to invoke virtual method 'void com.ramijemli.percentagechartview.renderer.BaseModeRenderer.destroy()' on a null object reference at com.ramijemli.percentagechartview.PercentageChartView.onDetachedFromWindow(PercentageChartView.java:175) at android.view.View.dispatchDetachedFromWindow(View.java:18543)...

2019-07-25 15:23:44.081 9808-9808/com.spartons.livedataexample E/AndroidRuntime: FATAL EXCEPTION: main Process: com.spartons.livedataexample, PID: 9808 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.spartons.livedataexample/com.spartons.livedataexample.CircularProgressActivity}: android.view.InflateException: Binary XML file line #36: Binary XML file line #36: Error inflating...

Is it possible for pcv_mode to come with a rectangle shape that fills horizontally as show in image below ![image](https://user-images.githubusercontent.com/6526607/57473796-93a9ac80-7288-11e9-87c4-87a8954f6b00.png)

enhancement