I am not sure whether i undertstood the issue or not. do want show lable & text-field in one row & start the next label in 2nd row?
You can use Matrix layout to align. In this case go for a Matrix layout and whenever you want to display a UI element say a label in the next row make its layout data as "MATRIXHEADDATA".
Eg: you want to show 1 text field with label in first row.
all you need to do is to place them in a Transparent container or a group.Make the Layout property of it as MATRIXLAYOUT.
Then make the 1st label as MATRIXHEADDATA & then make the text-field as MATRIXDATA....
Repeat the same for other lable & text-field.
again make 3rd label as MATRIXHEADDATA and remaining labels and inputfield of that line as MATRIXDATA....
Raja T
Add a comment