Currently, I use this to zoom out to full screen:
ZoomSurfaceView.zoomSurfaceView.zoomTo(1, true)
But it does not center the view when I do that, it just zooms out and if you were panning, it just zooms out to where the center point of your pan was.
Is there a way to zoom to 1 and also have it zoom to the center?
Currently, I use this to zoom out to full screen:
ZoomSurfaceView.zoomSurfaceView.zoomTo(1, true)But it does not center the view when I do that, it just zooms out and if you were panning, it just zooms out to where the center point of your pan was.
Is there a way to zoom to 1 and also have it zoom to the center?