CircularProgressIndicator
CircularProgressIndicator copied to clipboard
OnProgressChangeListener truncates values
If yous progress is larger than the max value, the progress in the indicator is shown to pass 100%, buthe progress returned to OnProgressChangeListener is truncated to max value.
OnProgressChangeListener should not truncate the progress.