[android-beginners] Re: Align one image after another

2008-12-04 Thread Stephen
Thanks it works On Dec 5, 6:30 am, Romain Guy <[EMAIL PROTECTED]> wrote: > Use android:layout_toRightOf="@id/frame_bottomleft" > > > > > > On Thu, Dec 4, 2008 at 2:31 AM, Stephen <[EMAIL PROTECTED]> wrote: > > > Hi, I am trying to form a page with images background like html, > > > the "frame_bot

[android-beginners] Re: Align one image after another

2008-12-04 Thread Romain Guy
Use android:layout_toRightOf="@id/frame_bottomleft" On Thu, Dec 4, 2008 at 2:31 AM, Stephen <[EMAIL PROTECTED]> wrote: > > Hi, I am trying to form a page with images background like html, > > the "frame_bottomleft" managed to align to the bottom and left of the > layout, but I would like the "fra