Hi, One of the pages on my app contains 2 images (a larger image and a smaller image). Imagine that the larger image is a green square and the smaller image as a much smaller pink circle. The smaller image sits on top of the larger image. By 'sits on top', I mean that the smaller ImageButton is arranged to the front, thereby covering a portion of the larger ImageButton. Is it possible to have ImageButtons overlayed on top of one another?
When clicking or holding on the larger image, a only the larger ImageButton's listener event should be triggered. When clicking or holding onto the smaller image inside of the larger image, then only the smaller ImageButton's events should be triggered. Is this possible? Thank you -- 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

