Android - Keep track of user touching a relativelayout
I am using a relative layout with a background drawable as a custom button
and using the onClick to send notification to a custom method. I am trying
to make sure that I know exactly when the user is touching the relative
view and be updated as soon as the user stops touching the relative view.
I am not sure how to be notified when a user no longer is touching the
relativelayout. Any ideas?
No comments:
Post a Comment