Moosphan / Material-ProgressView

🔥A beautiful, gradual and simple used progress view for android.
Apache License 2.0
460 stars 43 forks source link

Beyond 100% #1

Open amarildoribeiro opened 6 years ago

amarildoribeiro commented 6 years ago

Hi ! i would like to know if its possible to go beyond 100%

I'm working with some "goal x result" app and it may be possible to go beyond 100% like:

Goal - 1500 steps Steps - 1900 steps % - 126%

Moosphan commented 6 years ago

@amarildoribeiro Hi, thanks for using my library. About your question, i think you can use the progress update listener by setting setProgressViewUpdateListener, and you can get the progress value percent. By using this value, you can easily customize your own percentage of progressView.

amarildoribeiro commented 6 years ago

@Moosphan Thanks, I will try that, great work !

Moosphan commented 6 years ago

@amarildoribeiro My pleasure

2tanayk commented 3 years ago

hey @Moosphan may I work on this issue?I would really be glad to help!!