AnimatedCircleLoadingView icon indicating copy to clipboard operation
AnimatedCircleLoadingView copied to clipboard

An animated circle loading view

Results 19 AnimatedCircleLoadingView issues
Sort by recently updated
recently updated
newest added

Hey, I just love your work on this project. After I see that this project is not updated till 3 year so I decided just updated the project :) Here...

I tried the steps mentioned and the loader is not visible. I tried putting the methods inside `onResume` and `onWindowAttached` as well. No loader seems to be visible. What can...

Hi, as happened many times before, I had this problem, I followed all the steps, I even force gradle to update the dependencies, this is my project build.gradle: `buildscript {...

Everything works fine in android versions 4 and 5 but the circle indicators is not visible in android version 6 and more. I think the animation is starting and everything...

I have added the layout like in your example: ``` ``` Additionaly I added the colors to my color.xml file: ``` #65828e #ff9a00 #BDBDBD ``` Error: It can't find mainColor,...

Why this animation listener never called? circleLoadingView.setAnimationListener(new AnimatedCircleLoadingView.AnimationListener() { @Override public void onAnimationEnd(boolean success) { if (success) { circleLoadingView.setVisibility(View.GONE); txtChallenge.animateText(challenge); } } });

Hi, first of all thank you for this fantastic view! I'm trying to use this in my app, but when I change the attribute app:animCircleLoadingView_textColor to another color (white is...

As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.

Hello, I can't seem to get the lib to work at all. Nothing is being displayed either in Android Studio preview, and on my phone (OnePlus 3, Android 7.1). I'm...

Hello ! I have problems with StartIndeterminate method. When i call this the animation not started. Can you help me please ? Thanks, regards.