LoadingDrawable icon indicating copy to clipboard operation
LoadingDrawable copied to clipboard

Some beautiful android loading drawable, can be combined with any view as the LoadingView or the ProgressBar. Besides, some Drawable can customize the loading progress too.

Results 10 LoadingDrawable issues
Sort by recently updated
recently updated
newest added

WhorlLoadingRenderer MaterialLoadingRenderer GearLoadingRenderer 这几个圆形loading都会

Can you add gradle dependency for this please. Thanks

error: non-static method setLoadingRenderer(LoadingRenderer) cannot be referenced from a static context

![image](https://user-images.githubusercontent.com/15857605/61768421-ff2c0080-ae19-11e9-865a-f01c04fb095a.png) 此处最好复用对象不要new 不然Graphics的内存会抖动

SwapLoadingRenderer使用的是这款动画

LoadingDrawable + Fresco + RecyclerView 场景:RecyclerView 加载两列,每个Item使用Fresco自带的View; setProgressImage(LoadingDrawable); 目标:使用LoadingDrawable,实现Fresco加载过程的动画,即:LoadingDrawable一直播放,指导Fresco加载完成,加载完图片 问题:LoadingDrawable变形了。 分析可能原因:Fresco因为RecyclerView导致,给定LoadingDrawable的高度和宽度,比例变成了,2:1;导致LoadingDrawable变形了

How to set the progress?

As kotlin become official to android. should we consider switch to it, because it is painless for java developer. @dinuscxj

android5.0以上正常,5.0一下动画效果不显示,测试的手机是小米4(4.4.4)和华为荣耀6(4.4.2) 我是放在dialog里面使用,dialog.show()实际上执行了,但是显示就是灰度的,没有动画。