RefreshLayout

# RefreshLayout


项目特点
* 支持RecycView、Listview、ScrollView、各种布局控件实现下拉刷新和上拉加载;
* 该项目的设计结构和整体业务逻辑清晰,各细节功能点的处理考虑全面;
* 对项目的整体开发步骤以及所有晦涩难懂的点,都有详细注释,非常适合中高端工程师学习并进行二次开发


![image](https://github.com/linuxjava/RefreshLayout/raw/master/gif/note.png)


##  APK下载
[Download](https://github.com/linuxjava/RefreshLayout/raw/master/apk/app-debug.apk)
##  Demo使用
运行demo需删除gradle.properties中的代理
```xml
systemProp.http.proxyHost=dev-proxy.oa.com
systemProp.http.proxyPort=8080
systemProp.https.proxyHost=dev-proxy.oa.com
systemProp.https.proxyPort=8080
```
## Gradle配置
```xml
compile 'xiao.free.refreshlayout:refreshlayoutlib:v1.0.0'
```


## XML配置
```xml
<xiao.free.refreshlayoutlib.SwipeRefreshLayout
        android:id="@+id/swiperefreshlayout"
        android:layout_width="match_parent"
        android:layout_height="match_parent">


        <include
            android:id="@id/swipe_refresh_header"
            layout="@layout/layout_classic_header" />


        <ListView
            android:id="@id/swipe_target"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:clipToPadding="false" />


        <include
            android:id="@id/swipe_load_more_footer"
            layout="@layout/layout_classic_footer" />


</xiao.free.refreshlayoutlib.SwipeRefreshLayout>
```
## 属性说明
|属性|说明|
|----|-----
|refresh_enabled|刷新使能
|load_more_enabled|加载使能
|swipe_style|header和footer模式
|drag_ratio|drag阻尼系数,越小越难拉动
|refresh_trigger_offset|触发刷新的偏移,默认为header高度
|load_more_trigger_offset|触发加载更多的偏移,默认为footer高度
|refresh_final_drag_offset|下拉最大偏移,默认为0
|load_more_final_drag_offset|加载更多最大偏移,默认为0


## 效果图
如下图所示:


![image](https://github.com/linuxjava/RefreshLayout/raw/master/gif/1.gif)
![image](https://github.com/linuxjava/RefreshLayout/raw/master/gif/2.gif)
![image](https://github.com/linuxjava/RefreshLayout/raw/master/gif/3.gif)
![image](https://github.com/linuxjava/RefreshLayout/raw/master/gif/4.gif)


## 使用bug注意
|id注意事项|
|----|
|xml布局中header的id需定义为swipe_refresh_header|
|目标view id需定义为swipe_target|
|xml布局中footer的id需定义为swipe_refresh_header|


* 使用BLOW和SCALE模式时,ListView或其Item需要有背景颜色,否则在这两种模式下会存在bug


![image](https://github.com/linuxjava/RefreshLayout/raw/master/gif/error.gif)
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值