Hi folks.
I have two adjacent imagebuttons, I assign a custom OnTouchListener()
to both of them. When a touch event occurs the OnTouchListener returns
the view on which the touch event took place. My problem is that when
a user touches one imagebutton then moves to another imagebutton, the
OnTouchListener still returns the View where the ACTION_DOWN event
took place. Anyone know how to return the view of the currently
touched item?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---