Material-ProgressView
Material-ProgressView copied to clipboard
Remove Text Space When Hidden
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?