I’m creating a list view in Android where each row is shown with LinearLayout. The problem that I have is that since the text is different in each line, it isn’t aligned in the same way. See for e.g. the “Date” – in different position on each line. What is the best way to create such a view?
Thanks in advance,
Noam

This is the same problem why browsers are slow with showing tables with variable width: you have to calculate the widths after you’ve parsed all content.