On Wed, Oct 6, 2010 at 12:55 PM, Varun Khanduja <[email protected]>wrote:
> I am trying to see if someone can help me with a simple list view I am > tying to make. I am specifically facing problem trying to introduce a new > column in this list view. Label 3 in xml code below is the new column I m > trying to make. Should I have a new linear layout and wrap two text views in > it or is there some other option? > I'm not sure what you're trying to achieve. Pictures usually help with layout problems. But if you want a "column" after the LinearLayout that has two view, then do just that - add the new TextView after the inner LinearLayout. That should be all you need. ------------------------------------------------------------------------------------------------- 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

