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
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,18 @@
7
7
8
8
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
+
The following content show a brief overview of LoadingDrawable
11
+
12
+
* It extends `Drawable` and implement the interface `Animatable`
13
+
* it uses strategy mode
14
+
* It can be used as the background of View or content of `ImageView`
15
+
* It's constructor must be passed a `LoadingRenderer`
16
+
* It interact with `LoadingRenderer` by the callback `Callback`
17
+
*`LoadingRenderer` is used for measuring and drawing the `LoadingDrawable`. note:
18
+
`LoadingRenderer` is the core
19
+
*`LoadingRenderer` only can be created by their `Builder`.
11
20
12
-
* It extends `Drawable` and implement the interface `Animatable`
13
-
* it uses strategy mode
14
-
* It can be used as the background of View or content of `ImageView`
15
-
* It's constructor must be passed a `LoadingRenderer`
16
-
* It interact with `LoadingRenderer` by the callback `Callback`
17
-
*`LoadingRenderer` is used for measuring and drawing the `LoadingDrawable`. note:
18
-
`LoadingRenderer` is the core
19
-
*`LoadingRenderer` only can be created by their `Builder`.
20
-
21
-
Learn more about LoadingDrawable on the [Wiki Home] (https://github.com/dinuscxj/LoadingDrawable/wiki).
21
+
Learn more about LoadingDrawable on the [Wiki Home] (https://github.com/dinuscxj/LoadingDrawable/wiki).
0 commit comments