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

hiii i tried searching everything byt cannot find solution so please check this problem . i keep on getting this error as soon as i open my activity i am...

Using a progressbar if I rotate the screen a few times or try to reload a few times eventually the library crashes with Process: com.phpni.member_android, PID: 6451 java.lang.NullPointerException: Attempt to...

There is no method on removing the percentage icon

I had added ChartView into recycler's cell and received crash on cell updating. ` java.lang.NullPointerException: Attempt to invoke virtual method 'void com.ramijemli.percentagechartview.renderer.BaseModeRenderer.draw(android.graphics.Canvas)' on a null object reference at com.ramijemli.percentagechartview.PercentageChartView.onDraw(PercentageChartView.java:186) at...

bug

Hi This is my xml. My app is crashing on launch itself. I did not check it on other versions but on Pie, it is crashing ` ` and this...

Hello. I found a bug in OPPO device (OPPO A37f) that running with API 22 Lollipop. Percentage number doesn't show in that device. Can you please solve this issue?

Add the ability to shift the text (percentage) which is currently in the center of the progress. Now user can set `pcv_textVerticalBias` between 0 and 1 (0.5 is the default)...