Reputation: 7227
The ImageView in the Android Gallery widget does not provide Zoom and Pan functions.
Does anyone know how to enable those functions ?
Thanks.
Upvotes: 0
Views: 3210
Reputation: 1007494
There is no "zoom and pan" for ImageView or for Gallery. You either need to find third-party code that provides this, or write it yourself.
Here are some links for implementing your own zoom logic on an ImageView:
http://blogs.sonyericsson.com/developerworld/category/tutorials/zoom/
android multitouch image zooming?
Here are existing multi-touch-enabled widgets:
http://code.google.com/p/android-pinch/
Upvotes: 1