I have created an object of MyView (which extends View) and it is used in
setContentView()

In MyView I create 2 objects : of type Drop (which also extends View)
I need to identify when these (Drop) objects are clicked on

I tried using onTouchEvent in Drop class . But it is not detecting the click
in that class. Instead all click events are being sent to onTouchEvent of
MyView class.

Pls help

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to