Skip to content

Commit 44140b6

Browse files
committed
Merge pull request race604#2 from VictorVation/master
spellcheck and edit README
2 parents 6de089c + 4531437 commit 44140b6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
#FlyRefresh
1+
# FlyRefresh
22
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.
44

5-
#How it looks
5+
# How it looks
66
![flyrefresh](./images/flyrefresh.gif)
77

8-
#Features
8+
# Features
99
* Default minimize configuration for [Replace](https://dribbble.com/shots/2067564-Replace) animation
1010
* Expendable/Shrinkable header
1111
* Support custom header view
1212
* Support custom refresh animation
1313

14-
#How to use
14+
# How to use
1515

1616
Add Gradle dependency:
1717

@@ -21,7 +21,7 @@ dependencies {
2121
}
2222
```
2323

24-
The basie usage in layou xml liks blow:
24+
An example of basic usage in `layout.xml`:
2525

2626
```xml
2727
<com.race604.flyrefresh.FlyRefreshLayout
@@ -38,7 +38,7 @@ The basie usage in layou xml liks blow:
3838
</com.race604.flyrefresh.FlyRefreshLayout>
3939
```
4040

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:
4242

4343
```xml
4444
<declare-styleable name="PullHeaderLayout">
@@ -56,5 +56,5 @@ Or you can use `PullHeaderLayout` for more cofigurations, you can set custome at
5656
```
5757
For more, please turn to the source code.
5858

59-
#Lincense
59+
# License
6060
`FlyRefresh` is available under the MIT license.

0 commit comments

Comments
 (0)