You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I want to increment the progress in multiple of 10 rather than 1, with a max value of 100. Is it possible? This feature can be helpful in displaying levels ex., 1 to 10 or Beginner to Expert kind of scenarios
The text was updated successfully, but these errors were encountered:
Hi,
I think you can set Minimum to 0 and set Maximum to 10 (using Croller.setMin & Croller.setMax methods), then in onProgressChanged you can multiply the progress to 10. In this way the progress will be increased 10 number in each step.
Any chance of adding the progress in steps?
Let's say I want to increment the progress in multiple of 10 rather than 1, with a max value of 100. Is it possible? This feature can be helpful in displaying levels ex., 1 to 10 or Beginner to Expert kind of scenarios
The text was updated successfully, but these errors were encountered: