Kaopiz / KProgressHUD

An implement of ProgressHUD for Android, similar to MBProgressHUD, SVProgressHUD for iOS.
Apache License 2.0
1.64k stars 381 forks source link

Reset size to auto? #55

Open RuddyOne opened 5 years ago

RuddyOne commented 5 years ago

Is it possible to reset the size of the hud? I use one hud for multiple views and some require it to be a set size (just a spinner) and others need it to be dynamic as it will need to expand based on the text it will display.

It this possible to get the hud back to the WRAP_CONTENT state?