android-zoom-view
android-zoom-view copied to clipboard
Hit areas views inside ZoomView
Hi, this is not a real bug, I think is more a tweak. If I add new views dinamically to your ZoomView, everything works fine. Pan and zoom works correctly. But what I see is that these views are only DRAWN inside the new position rather then MOVED. Infact the original view always stays at the same position, with its hit areas. In that way I'm not able to interact with them because I should touch its original position. Do you have any suggestion to fix this?
Thanks