摘要: public class UGallery extends Gallery { public UGallery(Context context, AttributeSet attrs) { super(context, attrs); } private boolean isScrollingLeft(MotionEvent e1, MotionEvent e2) { return e2.getX() > e1.getX(); } @Override public boolean onFling(MotionEvent e1, M... 阅读全文
posted @ 2014-03-19 10:57 暗殇 阅读(205) 评论(0) 推荐(0) 编辑