Created
July 2, 2014 09:31
-
-
Save veb/b13f089b469254cdafba to your computer and use it in GitHub Desktop.
lie detect0r?!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private View.OnTouchListener mGestureListener; | |
private GestureDetector mGestureDetector; | |
public CustomViewPager(Context context, AttributeSet attrs) { | |
super(context, attrs); | |
mGestureDetector = new GestureDetector(context, new Detector()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment