Figured it out - I was looking in all the wrong places. If someone else gets stuck, here is the line that helped me out:
>> Later children will simply be drawn over earlier objects, partially or >> totally obscuring them (unless the newer object is transparent). This is from http://code.google.com/android/devel/ui/layout.html, in the FrameLayout section. All you need to do is make the overlappers siblings of the overlappees with a FrameLayout as their parent. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

