ComparingPerformanceBar icon indicating copy to clipboard operation
ComparingPerformanceBar copied to clipboard

Simple Progress View that you can compare things, like statistics of a Football match

Results 2 ComparingPerformanceBar issues
Sort by recently updated
recently updated
newest added

Is there a method to set custom labels in ValueProgressBar?

enhancement

I am not sure on how I should have to handle this issue\. Code to reproduce this issue: ``` val progressBar: PercentageProgressBar = view.findViewById(R.id.percentageProgressBar) progressBar.setProgress(100.0f) val valueProgressBar: ValueProgressBar = view.findViewById(R.id.valuesProgressBar)...

bug