The Wayback Machine - https://web.archive.org/web/20201015143030/https://github.com/Moosphan/Material-ProgressView/issues/7
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Text Space When Hidden #7

Open
searchy2 opened this issue Sep 24, 2018 · 7 comments
Open

Remove Text Space When Hidden #7

searchy2 opened this issue Sep 24, 2018 · 7 comments

Comments

@searchy2
Copy link

@searchy2 searchy2 commented Sep 24, 2018

maxthonsnap20180924123416

When the progress text is hidden, the space reserved for the progress text is still there. When the text is hidden, the space should not be there.

This is a great library and I love that it is maintained, thanks!

@Moosphan
Copy link
Owner

@Moosphan Moosphan commented Sep 26, 2018

@searchy2 Ok,I have understood what you said, I will solved this problem soon. And thanks for your feedback😁.

@searchy2
Copy link
Author

@searchy2 searchy2 commented Sep 26, 2018

Thank you so much for this library! Is it also possible to set the progress without animating?

@Moosphan
Copy link
Owner

@Moosphan Moosphan commented Sep 26, 2018

@Sonphil yeah, you can use it like that:

......

      //downloading or uploading call back
      @Override
      public void onDownloading(float progress) {
          // you don't need to use `startProgressAnimation` method
          horizontalProgressView.setProgress(progress);
      }

......

@searchy2
Copy link
Author

@searchy2 searchy2 commented Sep 26, 2018

Thanks, that's fantastic :)

@searchy2
Copy link
Author

@searchy2 searchy2 commented Nov 4, 2018

Any updates on removing the space?

@searchy2
Copy link
Author

@searchy2 searchy2 commented Dec 7, 2018

Any updates?

@searchy2
Copy link
Author

@searchy2 searchy2 commented Jan 16, 2020

Would you be interested in a PR to solve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.