Hello, I'm trying to create a list with items that overlap. It should look something like this:
http://docs.google.com/View?id=dk3w58n_18dv34mcs6 Does anyone have suggestions on the best way to achieve this? Things I've tried or considered so far: 1) Using negative margins. The items just end up getting chopped in this case. 2) Using 2 ListViews on top of one another. This works visually, but the second list is not pressable. Both lists need to be pressable for my purposes. 3) Overlaying the smaller items as a separate layout (similar to #2 but not a ListView). The smaller items need to scroll as if they are part of the list, so I don't think this will work either. I appreciate any suggestions! -- 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

