Moosphan/Material-ProgressView

Remove Text Space When Hidden

rayliverified opened this issue · 7 comments

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!

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

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

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

......

Thanks, that's fantastic :)

Any updates on removing the space?

Any updates?

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