This is just a suggestion because I've never done it, but you could try to use a ViewGroup and fiddle with the
addView and removeViewAt methods which will provide you with an index to reorder things. More details at http://developer.android.com/reference/android/view/ViewGroup.html Good luck! Cass On May 15, 8:46 pm, Sheepz <[email protected]> wrote: > Hi, I've posted this on android developers and got no answer so i was > thinking maybe somebody here knows: > I want to be able to make an imageview move from point a to b while > going through several different views. > For example, say I have a table layout, is there any way an imageview > can move from the topleft cell to the bottomright cell? > Everything I tried seems to indicate that an imageview will only be > shown in it's own container - none of it's parents, siblings or > children will show it. > Is that correct? is there any way around it? like creating an overlay > or a transparent canvas on top of the entire thing so I can do it? > thanks, > Sh. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

