码迷,mamicode.com
首页 > 移动开发 > 详细

android 拖拽listview

时间:2015-03-13 18:36:56      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:

看源码:

Pull-to-Refresh.Rentals-Android

https://github.com/Yalantis/Pull-to-Refresh.Rentals-Android

 

Android-PullToRefresh

https://github.com/chrisbanes/Android-PullToRefresh

 

拿ListView分析

Pull-to-Refresh.Rentals-Android 拖拽view继承自linearlayout,拖拽方式是头尾添加定高的view 控制整个linearlayout内部滑动 

Android-PullToRefresh 拖拽view继承自viewgroup,拖拽方式是手势获取距离后调用 mTarget.offsetTopAndBottom(offset);设置偏移量控制

 

android 拖拽listview

标签:

原文地址:http://www.cnblogs.com/wjw334/p/4335623.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!