Skip to content

Instantly share code, notes, and snippets.

View sineausr931's full-sized avatar
🐆
grrrrr

sineausr931

🐆
grrrrr
View GitHub Profile
@sineausr931
sineausr931 / ZoomLayout.java
Created May 31, 2021 14:46 — 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;