Hi there,

After a little more reading, I learnt that the ViewGroup is a super
class of any of the Layouts you are using.

I suppose that you get a reference to those Layouts and use the
methods I've mentioned earlier, since they will already be present for
you.

I've also seen an overlayed example on the API demos that might be
useful... dig a little there and you might find some good stuff! :)

Cya

Cass



On May 16, 4:38 pm, Sheepz <[email protected]> wrote:
> Thanks Cass, I'm still not sure I get it though, right now I have a
> pretty elaborate view structure 
> (http://3.bp.blogspot.com/_NiIT7LXuBv4/Sg7dQ48P2TI/AAAAAAAACNk/q-LDoKh...
> )
> Are you suggesting that I replace one of these views with a viewgroup?
> how would you integrate it into this layout?
> Thanks,
> E.
> P.s.
> I've tried playing around with the bringToFront() method of the card
> imageview and it didn't help...
>
> On May 16, 6:46 am, Cass Surek <[email protected]> wrote:
>
> > 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 
> > athttp://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to