panwrona / DownloadProgressBar

DownloadProgressBar is an android library that delivers awesome custom progress bar. You can manipulate it's state in every way.
974 stars 167 forks source link

How can i set MAX Progress? #10

Closed silverxd20 closed 7 years ago

silverxd20 commented 7 years ago

Hi, in native class Progress Bar android there are a method that let me Set the Max"` of the progress bar (Usally is 100) but if wanna set my own value how can i set it in this library?

Here a image: http://image.prntscr.com/image/fa3ee39d0903457fb7fa8ed0d5f02d13.png

panwrona commented 7 years ago

Hey,

You can use method downloadProgressBar.setProgress(value); . It is in description in "update" section. The value must be between 1-100