File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,15 @@ PS:这个被很多人使用的项目实际有不少bug,推荐使用上面的
44
44
这是现在已经停止维护的下拉刷新项目的替代方案。继承于ViewGroup可以包含任何View。功能比SwipeRefreshLayout强大。
45
45
使用起来非常简单。良好的设计,如果你想定制自己的UI样式,非常简单,就像给ListView加一个Header View那么简单。
46
46
支持 ` API LEVEL >= 8 `
47
- 项目地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
48
- Demo地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh/blob/master/ptr-demo/target/ultra-ptr-demo.apk
49
- 效果图:
50
- <div >
51
- <img src='http://srain-github.qiniudn.com/ultra-ptr/release-to-refresh.gif' width="200px"/>
52
- <img src='http://srain-github.qiniudn.com/ultra-ptr/auto-refresh.gif' width="200px"/>
53
- <img src='http://srain-github.qiniudn.com/ultra-ptr/store-house-string-array.gif' width="200px"/>
54
- </div >
47
+ 项目地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
48
+ Demo地址:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh/blob/master/ptr-demo/target/ultra-ptr-demo.apk
49
+ 效果图:
50
+ <div >
51
+ <img src='http://srain-github.qiniudn.com/ultra-ptr/contains-all-of-views.gif' width="150px"/>
52
+ <img src='http://srain-github.qiniudn.com/ultra-ptr/release-to-refresh.gif' width="150px"/>
53
+ <img src='http://srain-github.qiniudn.com/ultra-ptr/auto-refresh.gif' width="150px"/>
54
+ <img src='http://srain-github.qiniudn.com/ultra-ptr/store-house-string-array.gif' width="150px"/>
55
+ </div >
55
56
56
57
1 . DropDownListView
57
58
下拉刷新及滑动到底部加载更多ListView
You can’t perform that action at this time.
0 commit comments