Remove Text Space When Hidden
rayliverified opened this issue · 7 comments
rayliverified commented
Moosphan commented
@searchy2 Ok,I have understood what you said, I will solved this problem soon. And thanks for your feedback😁.
rayliverified commented
Thank you so much for this library! Is it also possible to set the progress without animating?
Moosphan commented
@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 commented
Thanks, that's fantastic :)
rayliverified commented
Any updates on removing the space?
rayliverified commented
Any updates?
rayliverified commented
Would you be interested in a PR to solve this issue?