Don't use TableLayout here, as its strength is "in the other dimension"
(aligning views one below another).
You can use a horizontal LinearLayout, with two children: a vertical
LinearLayout for your text views, and an image view.
Or you can do this with one RelativeLayout: position the image with
alignParentRight, and text views with below=<one another>,
alignParentLeft and leftOf=ImageView.
-- Kostya
17.12.2010 17:42, Nikola пишет:
Hi,
I would like to have two column layout.
In first column I would put 4 textview elements and in the second one
I would put big picture.
What would be the best approach for this?
tnx.
--
God is Real, unless declared Integer.
J. Allan Toogood, FORTRAN programmer
--
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
--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com
--
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