On Fri, Mar 2, 2012 at 9:11 AM, Mark Winchester <[email protected]>wrote:
> Where all the input controls are lined up, right, but the labels are > pretty much centered in the remaining room. I feel like I'm missing > something simple, because it doesn't seem like this should be so difficult. Seems to me that you need either a Table, with two columns, or probably even simpler, Three LinearLayouts: - A root parent (horizontal) - A left child for your inputs, with right gravity to move its children to the right - A right child for your labels Some crude ascii art: --------------------------------------- | |-----------------|---------------| | | | Input 1 | ___________ | | | | Another Input | ___________ | | | |-----------------|---------------| | --------------------------------------- Feel me? ------------------------------------------------------------------------------------------------- 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 [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

