android Gallery 实现短距离滚动 取消惯性1 去除翻页惯性重写 onFling方法private boolean isScrollingLef
android Gallery 实现短距离滚动 取消惯性
1 去除翻页惯性
重写 onFling方法
private boolean isScrollingLeft(MotionEvent e1, MotionEvent e2) { return e2.getX() > e1.getX();} android Gallery 实现短距离滚动 取消惯性
1 去除翻页惯性
重写 onFling方法
private boolean isScrollingLeft(MotionEvent e1, MotionEvent e2) { return e2.getX() > e1.getX();}