RamiJ3mli / PercentageChartView

An Android custom view that displays the progress of an ongoing task.
Apache License 2.0
377 stars 82 forks source link

Percentage Number #16

Open devisevianus opened 5 years ago

devisevianus commented 5 years ago

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?

abhijeethallur commented 4 years ago

I am observing this too in OPPO A33f device running on OS 5.1.1. Please update if this is resolved.

IMG_20191009_150842

vassudha12 commented 3 years ago

hi! did you find the solution?? if not please post your XML code

devisevianus commented 3 years ago

Hi, for now I resolve this issue by adding text widget and set the text with percentage value from the percentage chart. Do you have the best way to solve this issue?