Re: [android-developers] Space widget in ADT Graphical Layout

2011-10-23 Thread Tor Norbye
The views are actually hidden by default; ADT 14 has the beginnings of a rich editor for GridLayouts, which provides guidelines etc -- and it hides views by default. There's a "Grid mode" where you get to edit the view more as a grid than as a free-form layout, so it makes sense to not hide them

[android-developers] Space widget in ADT Graphical Layout

2011-10-23 Thread Taf
Hi, I was just looking through some of the API demos for the latest release of Android. In particular I was looking at the grid_layout_1.xml file Which is a GridLayout, and contains a Space widget. I'm looking at this in the ADT Graphical Layout view in eclipse. For me it doesn't seems to display