Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a8eff0

Browse files
author
dinus_developer
authored
update readme.md
1 parent 0d47d0b commit 0a8eff0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
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/>
99

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`.
1120

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).
2222

2323
![](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/ShapeChangeDrawable.gif)
2424
![](https://raw.githubusercontent.com/dinuscxj/LoadingDrawable/master/Preview/GoodsDrawable.gif)

0 commit comments

Comments
 (0)