After I have added multiple ImageViews
to a LinearLayout
and implementing the onTouch
event, the touch is enabled only for the last added ImageView
and all the previous ImageViews
don'. What is the possible solution ?
I have tried the code from the android developer blog: http://android-developers.blogspot.com/2010/06/making-sense-of-multitouch.html