how to create android layout that labels fill be aligned (right). I do not want to set width manually, to preserve space. Left column has to be as small as the widest label. Right column fill the rest of parent.
Something like this (underscores added only to format it here):
_______Label: Value of label_________________
____Big label: Value of big label______________
Another label: Value of another label__________
______Label2: Value of label 2_______________
Problem is that I do not know which label is the widest, so I do not know to which one to bind the others. Iam not care about linear or relative layout... just suggest the easiest solution. Thanks