[android-developers] Re: Zooming Layout

2011-09-07 Thread bhavani sankari
Thanks!!! With ScaleAnimation, I was able to zoom entire layout with ImageViews. But I have touch problems in ImageViews. It is impossible to call touch event function by touching ImageViews (but it can be called by touching original position). Any help? Regards Bhavani On Aug 19, 3:48 pm,

[android-developers] Re: Zooming Layout

2011-09-07 Thread Denis Radin
touchX = (originalX + layoutOffsetX) * scaleX; touchY = (originalY + layoutOffsetY) * scaleY; On Sep 7, 12:06 pm, bhavani sankari bhavani...@gmail.com wrote: Thanks!!! With ScaleAnimation, I was able to zoom entire layout with ImageViews. But I have touch problems in ImageViews. It is