AnimatedCircleLoadingView
AnimatedCircleLoadingView copied to clipboard
Parent layout visibility issue
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.
Having same issue. If visibility is set to GONE then changing it to visible animation is not working.