You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LoadingDrawable is some android animations implement of drawable: a library can be used in the pull-down to refresh, the placeholders of image loading and the time-consuming tasks. This project idea is from the [link] (http://mp.weixin.qq.com/s?__biz=MjM5MDMxOTE5NA==&mid=402703079&idx=2&sn=2fcc6746a866dcc003c68ead9b68e595&scene=2&srcid=0302A7p723KK8E5gSzLKb2ZL&from=timeline&isappinstalled=0#wechat_redirect).<br/>
9
+
9
10
The following content show a brief overview of LoadingDrawable
10
11
11
12
* It extends `Drawable` and implement the interface `Animatable`
@@ -41,20 +42,20 @@
41
42
* GhostsEyeLoadingEyeRenderer
42
43
43
44
#### Scenery
44
-
* DayNightLoadingRenderer
45
45
* ElectricFanLoadingRenderer
46
-
47
-
#### Circle Rotate
48
-
* GearLoadingRenderer
49
-
* WhorlLoadingRenderer
50
-
* LevelLoadingRenderer
51
-
* MaterialLoadingRenderer
46
+
* DayNightLoadingRenderer
52
47
53
48
#### Circle Jump
49
+
* CollisionLoadingRenderer
54
50
* SwapLoadingRenderer
55
51
* GuardLoadingRenderer
56
52
* DanceLoadingRenderer
57
-
* CollisionLoadingRenderer
53
+
54
+
#### Circle Rotate
55
+
* WhorlLoadingRenderer
56
+
* MaterialLoadingRenderer
57
+
* GearLoadingRenderer
58
+
* LevelLoadingRenderer
58
59
59
60
## Usage
60
61
Define the `LoadingView` in XML and specify the `LoadingRenderer` style:
0 commit comments