Chris, thanks for the hint but it did not work as well. I've added the weightsum, but still once the text is bigger than a certain value, things get messy, it's not even like the text is bigger than the textview area.
What I have is a scrollview, and inside it I add new layouts as the user requests, those are filters, and I have two types, a column filter: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | TextView | Spinner | Edit | img | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- And a location filter: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | TextView | Img | Edit | img | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- When I add two column filters, if the TextView text is small (Country and Name being good examples) they are both aligned. But if I add one with a bigger text (Reactors under construction as an example, although I do not believe its text will be bigger than the area), it looses the alignment. Any other ideas. Best regards PS: I put the screenshot of the app here:http://furiousbob.com/ device-2011-06-03-103847.png , actually you can notice that even for country and name there's a small difference on the alignment On Jun 2, 10:01 pm, Chris <[email protected]> wrote: > I see, that's a nice default. I still had trouble getting things to look > right on an actual device without both setting a weightSum and setting the > layout size of the children to 0 in the direction I wanted weighting applied > (re: my post earlier). The layout editor in Eclipse got it right, oddly. -- 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

