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
rayliverified opened this issue Sep 24, 2018 · 7 comments
Open

Remove Text Space When Hidden #7

rayliverified opened this issue Sep 24, 2018 · 7 comments

Comments

@rayliverified
Copy link

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

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

@rayliverified
Copy link
Author

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

@Moosphan
Copy link
Owner

@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);
      }

......

@rayliverified
Copy link
Author

Thanks, that's fantastic :)

@rayliverified
Copy link
Author

Any updates on removing the space?

@rayliverified
Copy link
Author

Any updates?

@rayliverified
Copy link
Author

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
Projects
Development

No branches or pull requests

2 participants