On Fri, Oct 8, 2010 at 10:20 AM, cody <[email protected]> wrote:
> I looking for a layout / GridView to position views on,
> each view should span only one column but one or several rows.
> I'd be glad if anyone could help!

There are no layouts or containers in Android that directly offer that
pattern. For example, there is no row-span option for GridView or
TableLayout. You can arrange for some LinearLayouts or RelativeLayouts
to give you that effect, though.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 3.0.1 Available!

-- 
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

Reply via email to