sephiroth74 / ImageViewZoom

Android ImageView widget with zoom and pan capabilities
Other
1.9k stars 532 forks source link

Clear ImageView Zoom #7

Open suarezjulian opened 12 years ago

suarezjulian commented 12 years ago

How do I clear programmatically the zoom on an already zoomed imageView ? that is how do i set the zoom to 1 and set it programatically?

femosso commented 11 years ago

any updates on this? I'm having the same problem. I have called zoomTo method but it still doesn't work

blueware commented 10 years ago

Hi,

Please check my answer on StackOverFlow and vote up my answer, I solved the pre-zoomed images problem.

http://stackoverflow.com/questions/13398288/image-zoom-issue-with-universal-image-loader-and-view-pager/19983417#19983417

Cheers,

blueware