| 接口 | 说明 |
|---|---|
| ILoadingLayout |
Created by 6a209 on 14/10/19.
|
| Pullable | |
| PullToRefreshLayout.OnRefreshListener |
刷新加载回调接口
|
| RefreshLayout.OnRefreshListener |
| 类 | 说明 |
|---|---|
| DefaultHeadView |
Created by 6a209 on 14/11/1.
|
| PullRefreshListView |
just support the LinearLayoutManager and the orientation is vertical
Created by 6a209 on 14/10/29.
|
| PullRefreshRecyclerView |
just support the LinearLayoutManager and the orientation is vertical
Created by 6a209 on 14/10/29.
|
| PullRefresScrollView |
Created by 6a209 on 14/10/21.
|
| PullToRefreshLayout |
自定义的布局,用来管理三个子控件,其中一个是下拉头,一个是包含内容的pullableView(可以是实现Pullable接口的的任何View),
还有一个上拉头,更多详解见博客http://blog.csdn.net/zhongkejingwang/article/details/38868463
|
| RefreshLayout |
Created by 6a209 on 14/10/19.
|