Skip to content

Commit

Permalink
spellcheck and edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVation committed May 30, 2015
1 parent 6de089c commit 4531437
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#FlyRefresh
# FlyRefresh
The Android implementation of [Replace](https://dribbble.com/shots/2067564-Replace), designed by [Zee Youn](https://dribbble.com/zeeyoung).
I implement this as a **FlyRefresh** layout. The content of the layout can be any view, such as ListView, RecyclerView, ScrollView, etc.
I implement this as a **FlyRefresh** layout. The content of the layout can be any view, such as a ListView, RecyclerView, ScrollView, etc.

#How it looks
# How it looks
![flyrefresh](./images/flyrefresh.gif)

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

#How to use
# How to use

Add Gradle dependency:

Expand All @@ -21,7 +21,7 @@ dependencies {
}
```

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

```xml
<com.race604.flyrefresh.FlyRefreshLayout
Expand All @@ -38,7 +38,7 @@ The basie usage in layou xml liks blow:
</com.race604.flyrefresh.FlyRefreshLayout>
```

Or you can use `PullHeaderLayout` for more cofigurations, you can set custome attributes below:
Or you can use `PullHeaderLayout` for more configurations, you can set custom attributes as shown below:

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

#Lincense
# License
`FlyRefresh` is available under the MIT license.

0 comments on commit 4531437

Please sign in to comment.