AnimateHorizontalProgressBar icon indicating copy to clipboard operation
AnimateHorizontalProgressBar copied to clipboard

A tiny customView makes very easier ProgressBar anitmation horizontal.

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

Folllowing line of code is working animate_progress_bar_total.setMax(1000); animate_progress_bar_total.setProgress(800); But following line of code were not working as expected animate_progress_bar_unresolved.setMaxWithAnim(1000); animate_progress_bar_unresolved.setProgressWithAnim(700);

sorry for the noob question