On Mon, May 3, 2010 at 3:30 PM, ivanzh01 <[email protected]> wrote: > Please advise, is there a way to create such dialog and how?
I haven't used grid view, but this looks like you should be able to do it easily enough with just a list view. For each row, just define a layout that represents one row which can just be a linear layout with 3 text views, the two with actual text and a third in the middle that will be the padding. Adjust the widths and weights as necessary. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

