SwipeRefreshExpandLayout - 支持自定义HeaderView和FooterView,支持下拉刷新和上拉加载更多
SwipeRefreshExpandLayout
拓展自SwipeRefreshLayout. 支持自定义HeaderView和FooterView,支持下拉刷新和上拉加载更多
警告!!!
此项目存在很多bug!本人也不负责维护!请慎用!!! 如果实在想用,又无法解决bug,请找下文中提到的大神……
支持的View
理论上支持所有的View 你也可以自定义自己喜欢的头部和尾部,插件试替换,非常简单哦!
Demo
How to
- Step 1. 把 JitPack repository 添加到build.gradle文件中 repositories的末尾:
repositories { maven { url "https://jitpack.io" } }
- Step 2. 在你的app build.gradle 的 dependencies 中添加依赖
dependencies { compile 'com.github.alafighting:SwipeRefreshExpandLayout:v0.0.2' }
致谢
- Google SwipeRefreshLayout
- dim
- liaohuqiu android-Ultra-Pull-To-Refresh
- Yalantis Phoenix
- Aspsine SwipeToLoadLayout
- android-cjj MaterialRefreshLayout
License
Copyright 2015 alafighting. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
项目地址: https://github.com/alafighting/SwipeRefreshExpandLayout
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!