2015年4月9日

ScrollView中ViewPager无法正常滑动问题(转)

摘要: package cc.newnews.view;import android.content.Context;import android.util.AttributeSet;import android.view.GestureDetector;import android.view.Gestur... 阅读全文

posted @ 2015-04-09 21:18 无端 阅读(210) 评论(0) 推荐(0) 编辑

能够兼容ViewPager的ScrollView(转)

摘要: /** * 能够兼容ViewPager的ScrollView * @Description: 解决了ViewPager在ScrollView中的滑动反弹问题 */public class ScrollViewExtend extends ScrollView { // 滑动距离及坐标 p... 阅读全文

posted @ 2015-04-09 21:16 无端 阅读(152) 评论(0) 推荐(0) 编辑

导航