AnimatedCircleLoadingView icon indicating copy to clipboard operation
AnimatedCircleLoadingView copied to clipboard

Parent layout visibility issue

Open edvardsmc opened this issue 10 years ago • 1 comments

If parent layout of this loading view is invisible (Visibility set to GONE) on initial state - then after changing it to visible - animation is not working. It works if visibility is set to INVISIBLE but then it takes up space.

Also - could you please provide a possibility to change the animation speed - 1000ms is too slow for my taste - I suggest to provide a method - setAnimationSpeed(int speed) and set it as a constant that is used trough out the library. Setting hardcoded animation duration (setDuration(1000)) is bad practice.

edvardsmc avatar Oct 19 '15 11:10 edvardsmc

Having same issue. If visibility is set to GONE then changing it to visible animation is not working.

anshchauhan avatar Jul 23 '16 12:07 anshchauhan