pakerfeldt / android-viewflow

A horizontal view scroller library for Android
1.78k stars 694 forks source link

request: pinch/zoom images #13

Closed delneet closed 13 years ago

delneet commented 13 years ago

I'd like to pinch/zoom the current image (or the whole current image container layout). Where would you recommend adjusting viewflow?

pakerfeldt commented 13 years ago

Perhaps you might find this an interesting read: http://android-developers.blogspot.com/2010/06/making-sense-of-multitouch.html I don't believe that the viewflow library in any particular way, instead you should add a View to the viewflow which supports what you're asking for.

delneet commented 13 years ago

I know the article. Was just wondering if you were planning on implementing this. I will try and put it in my ImageView myself.

Thank you!

pakerfeldt commented 13 years ago

I'm afraid that's not planned. The right thing to do would be to implement this in the View itself I believe.