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

Skip to content

Commit 0d47d0b

Browse files
author
dinuscxj
committed
update readme.md
1 parent d924d2f commit 0d47d0b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-LoadingDrawable-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/3450)
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/>
9+
910
The following content show a brief overview of LoadingDrawable
1011

1112
* It extends `Drawable` and implement the interface `Animatable`
@@ -41,20 +42,20 @@
4142
* GhostsEyeLoadingEyeRenderer
4243

4344
#### Scenery
44-
* DayNightLoadingRenderer
4545
* ElectricFanLoadingRenderer
46-
47-
#### Circle Rotate
48-
* GearLoadingRenderer
49-
* WhorlLoadingRenderer
50-
* LevelLoadingRenderer
51-
* MaterialLoadingRenderer
46+
* DayNightLoadingRenderer
5247

5348
#### Circle Jump
49+
* CollisionLoadingRenderer
5450
* SwapLoadingRenderer
5551
* GuardLoadingRenderer
5652
* DanceLoadingRenderer
57-
* CollisionLoadingRenderer
53+
54+
#### Circle Rotate
55+
* WhorlLoadingRenderer
56+
* MaterialLoadingRenderer
57+
* GearLoadingRenderer
58+
* LevelLoadingRenderer
5859

5960
## Usage
6061
Define the `LoadingView` in XML and specify the `LoadingRenderer` style:

0 commit comments

Comments
 (0)