CircleProgress icon indicating copy to clipboard operation
CircleProgress copied to clipboard

DonutProgress does not take max into consideration

Open literakl opened this issue 8 years ago • 0 comments

This line just print actual progress value which works well for default max value (100) but it is incorrect for custom value (e.g. 5). Angle is calculated correctly.

String text = this.text != null ? this.text : prefixText + progress + suffixText;

literakl avatar Apr 16 '16 14:04 literakl