[android-developers] Re: Specifying relative positions in Layout?

2009-09-30 Thread jitendra bachhav
Hi Mark, Thanx for reply. Do have any suggestions to solve this problem? Any sample code would be very helpful. On Wed, Sep 30, 2009 at 8:06 PM, Mark Murphy wrote: > > >> >> Hi All, >> >> I need to implement a screen containing a list of blocks one below the >> other. Each block will contain m

[android-developers] Re: Specifying relative positions in Layout?

2009-09-30 Thread Mark Murphy
> > Hi All, > > I need to implement a screen containing a list of blocks one below the > other. Each block will contain mutiple superimpose elements (Images, > text) for which the relative position needs to be specified with > respect to the top left corner of the block. > > For creating the list