# FlyReresh **Repository Path**: race604/FlyReresh ## Basic Information - **Project Name**: FlyReresh - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-05-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 a ListView, RecyclerView, ScrollView, etc. # How it looks ![flyrefresh](./images/flyrefresh.gif) # 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 Add Gradle dependency: ```gradle dependencies { compile 'com.race604.flyrefresh:1.0.0' } ``` An example of basic usage in `layout.xml`: ```xml ``` Or you can use `PullHeaderLayout` for more configurations, you can set custom attributes as shown below: ```xml ``` For more, please turn to the source code. # License `FlyRefresh` is available under the MIT license.