Skip to content

Instantly share code, notes, and snippets.

View gersey's full-sized avatar

Gersey Zoltan gersey

View GitHub Profile
@cami7ord
cami7ord / ZoomLayout.java
Last active May 10, 2024 11:58
Pinch-zoomable Android frame layout with double tap to zoom functionality.
/**
* Adapted from anorth at https://gist.github.com/anorth/9845602.
* by cami7ord on Sept 20 - 2017.
*/
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.MotionEvent;
import android.view.ScaleGestureDetector;