Just give your widget a margin. That's pretty simple. On Fri, May 1, 2009 at 4:38 PM, Sheepz <[email protected]> wrote: > > i knew it was a bad idea to use it the second i used it... > The reason i needed it was this: > take a look at this image plz: > http://2.bp.blogspot.com/_NiIT7LXuBv4/SfuFe7dFn9I/AAAAAAAACKo/0neSn1Jyey8/s1600/device.png > notice the cards on the middle that are overlapping? > see the bottom cards that have some sticking up? > how can i do that on frameLayout??? > > also take a look at http://developreality.blogspot.com/ for my other > gripes on 1.5 :( > > On Mar 13, 4:09 pm, mathiastck <[email protected]> wrote: >> Ouch. I like AbsoluteLayout for small layouts, contained within >> larger more flexible layouts. >> >> Without it I think I'd have to abuse padding, and use lots of clear >> drawables with well defined size as spacers. >> >> On Mar 12, 5:03 pm, Romain Guy <[email protected]> wrote: >> >> > AbsoluteLayout is deprecated in Cupcake. >> >> > On Thu, Mar 12, 2009 at 5:01 PM, Streets Of Boston >> >> > <[email protected]> wrote: >> >> > > Where did you read it became obsolete. >> > > I just checked the reference docs and it's not been obsoleted/ >> > > deprecated. >> >> > > On Mar 12, 7:34 pm, Meryl Silverburgh <[email protected]> >> > > wrote: >> > >> Hi, >> >> > >> AbsoluteLayout has become obsolete, I need to convert it to FrameLayout. >> >> > >> My problem is in AbsoluteLayout.LayoutParams, I can specify (x,y) in >> > >> the constructor, which specify the location of my view during layout. >> > >> How can I achieve using FrameLayout + FrameLayout.LayoutParams? >> >> > >> Thank you. >> >> > -- >> > Romain Guy >> > Android framework engineer >> > [email protected] >> >> > Note: please don't send private questions to me, as I don't have time >> > to provide private support. All such questions should be posted on >> > public forums, where I and others can see and answer them > > >
-- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

