I was catching Events based on the Action (for example: getAction() == 
MotionEvent.ACTION_DOWN) and passing event to gallery by "return 
super.onTouchEvent(event);" or passing event to the ImageView by just 
getting selected item and pass the specific event like ACTION_UP 

On Saturday, July 23, 2011 5:06:50 PM UTC+6, Süleyman Çalık wrote:
>
> Hi,
>
> I want to pinch zoom images in a galley view. But when i handle 
> onTouchEvent method, it prevents gallery scroll. I tried ImageView and 
> Webview but both prevents gallery scroll if i override on touchEvent 
> methods for zooming.
>
> What must i do?
>
> Thank you for your help.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to