RamiJ3mli / PercentageChartView

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

Add text vertical bias support #29

Open Mahmoood opened 4 years ago

Mahmoood commented 4 years ago

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) to shift the text. Also user can do that programmatically from code using setTextVerticalBias(...) method.