Skip to content

Instantly share code, notes, and snippets.

View hzw1199's full-sized avatar

Adam Wu hzw1199

View GitHub Profile
@hzw1199
hzw1199 / ZoomLayout.java
Created March 31, 2023 08:12 — forked from anorth/ZoomLayout.java
Pinch-zoomable Android frame layout
package au.id.alexn;
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.MotionEvent;
import android.view.ScaleGestureDetector;
import android.view.View;
import android.widget.FrameLayout;