Dynamicbox icon indicating copy to clipboard operation
Dynamicbox copied to clipboard

Android library to show Loading view when waiting for initial state

Results 5 Dynamicbox issues
Sort by recently updated
recently updated
newest added

hi, when i use dynamicbox in WebView fragment. dynamicbox will empty my webView fragment Layout when i set the layout heigh="match_parent". xml Code( WebView Fragment): Fragment Code @Override public void...

When I use the box with a ConstraintLayout inside, it shows up as "wrap_content" has been set. Any way to solve it?

How complex would be to make the lib support absolutelayout? Any reason why it doesn't? Any tips I could use for implementing it by myself? or since the library has...

i have listview that is using dynamic box to load however after the listview has loaded it doesnt stop spinning?? even after i call box.hideall(); please help

I use **DynamicBox** to show loading indicator when I requesting to server as below: Activity Layout: ``` xml ``` Correct Layout on device: ![screenshot_2015-12-24-09-29-58](https://cloud.githubusercontent.com/assets/4618421/11988379/27e615ca-aa21-11e5-9b51-6fe1496e7f68.jpg) But, when I add DynamicBox to...

question