You can just use a View and give it the appropriate layout width/height. For instance:
<View layout_width="2dip" layout_height="wrap_content" /> On Fri, Jun 13, 2008 at 12:45 PM, Danny <[EMAIL PROTECTED]> wrote: > > It would be nice to have some sort of spacer widget rather than having > to continuously play with marginBottom or padding attributes. Just a > quick and dirty way of adding a gap to signify something between say, > two EditText's in vertical LinearLayout. > > I guess I could make a custom view, but anyone else have a better idea > than that or padding/margin settings? > > > > -- Romain Guy www.curious-creature.org --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

