Re: [android-developers] horizontal view increasing the size of a text box

2011-05-14 Thread TreKing
On Fri, May 13, 2011 at 9:43 PM, green hoodlum deadgreenid...@gmail.comwrote:

 any advice is appreciated.


Use RelativeLayout.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] horizontal view increasing the size of a text box

2011-05-13 Thread green hoodlum
Hi,

i'm currently attempting to work out how to have 4 text boxes, 2 per
row. i don't have a problem implementing this with a tablelayout/
tablerow where the text boxes of equal sizes.

i.e:

box1  box2
box3  box4

what i'd like to try is to have the 4th box to be a larger size.


so for instance either:

box1  box2
box3  box4   --the height of box4 stretches to the end of  the
screen



OR:

box1 box4  -- box4 spans the width of box1-3
box2
box3




any advice is appreciated.

gh

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en