I have a question that is basically the same as this one: Zoom Content in a RelativeLayout
By using dispatchDraw(Canvas canvas) I can scale ZoomableRelativeLayout, but when I click on the zoomed-in view, the childViews are not scaling with their parent(RelativeLayout), so an old OnClickListener (for a character on the keyboard) gets called every time.
In the blog above someone suggested transformation or a matrix will be a better way to go. Could you guys help me?