1
- #FlyRefresh
1
+ # FlyRefresh
2
2
The Android implementation of [ Replace] ( https://dribbble.com/shots/2067564-Replace ) , designed by [ Zee Youn] ( https://dribbble.com/zeeyoung ) .
3
- I implement this as a ** FlyRefresh** layout. The content of the layout can be any view, such as ListView, RecyclerView, ScrollView, etc.
3
+ I implement this as a ** FlyRefresh** layout. The content of the layout can be any view, such as a ListView, RecyclerView, ScrollView, etc.
4
4
5
- #How it looks
5
+ # How it looks
6
6
![ flyrefresh] ( ./images/flyrefresh.gif )
7
7
8
- #Features
8
+ # Features
9
9
* Default minimize configuration for [ Replace] ( https://dribbble.com/shots/2067564-Replace ) animation
10
10
* Expendable/Shrinkable header
11
11
* Support custom header view
12
12
* Support custom refresh animation
13
13
14
- #How to use
14
+ # How to use
15
15
16
16
Add Gradle dependency:
17
17
@@ -21,7 +21,7 @@ dependencies {
21
21
}
22
22
```
23
23
24
- The basie usage in layou xml liks blow :
24
+ An example of basic usage in ` layout. xml` :
25
25
26
26
``` xml
27
27
<com .race604.flyrefresh.FlyRefreshLayout
@@ -38,7 +38,7 @@ The basie usage in layou xml liks blow:
38
38
</com .race604.flyrefresh.FlyRefreshLayout>
39
39
```
40
40
41
- Or you can use ` PullHeaderLayout ` for more cofigurations , you can set custome attributes below:
41
+ Or you can use ` PullHeaderLayout ` for more configurations , you can set custom attributes as shown below:
42
42
43
43
``` xml
44
44
<declare-styleable name =" PullHeaderLayout" >
@@ -56,5 +56,5 @@ Or you can use `PullHeaderLayout` for more cofigurations, you can set custome at
56
56
```
57
57
For more, please turn to the source code.
58
58
59
- #Lincense
59
+ # License
60
60
` FlyRefresh ` is available under the MIT license.
0 commit comments