tags:

views:

53

answers:

1

Here's a screenshot of the layout I'm looking for:

http://www.vimtips.org/media/ll.png

Can this all be done with one RelativeLayout?

+2  A: 

Absolutely. You'll most likely be using XML attributes like android:layout_toRightOf and such. A really good reference can be found here: http://developer.android.com/resources/articles/layout-tricks-efficiency.html

I believe it was written by Romain Guy. Correct me if I'm wrong.

Jeffrey
Works like a champ, thanks!
synic