alexvasilkov / GestureViews

ImageView and FrameLayout with gestures control and position animation
Apache License 2.0
2.37k stars 384 forks source link

Is there a way to zoom programtically in GestureFrameLayout? #184

Open NuiDev opened 1 year ago

NuiDev commented 1 year ago

Hello, I didn't found a way to specifically zoom programmatically in gestureframelayout, is there a method for that?

alexvasilkov commented 1 year ago

You can try the code from GestureImageView sample here, it should be the same for GestureFrameLayout.