great example. thank you!
On Saturday, March 17, 2012 10:39:25 PM UTC+2, metro wrote: > > Hi, > I have a problem I can't solve. > I've dynamically configured multiple views with the same > OnTouchListener > After I finish moving one view (ACTION_UP and return false), and > trying to touch and move other view, the OnTouch method is called with > the same first view as parameter, and that view is "jumping" to where > my finger is > How can I tell android I've finished with this view when the ACTION_UP > is called? > > Thanks a lot! > -- 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

