ComparingPerformanceBar icon indicating copy to clipboard operation
ComparingPerformanceBar copied to clipboard

When the values of one side is quiete low

Open cliffgr opened this issue 4 years ago • 0 comments

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)
        valueProgressBar.setValues(70.0f, 0.0f)

image

cliffgr avatar Jul 30 '21 20:07 cliffgr