Many of us have worked around with HTML tables. TableLayout in Android arranges its child components in rows and columns. The width of the column is defined by the smallest cell of that column. Additional information regarding TableLayout can be obtained from the Developer Site.
Lets straight away move to some example which would make this layout more clear.
Sample 1: Basic example
Output: Here R->Row & C->Column
Sample 2: Using android:layout_span=""
Output:
Sample 3:
Output:
Lets straight away move to some example which would make this layout more clear.
Sample 1: Basic example
Output: Here R->Row & C->Column
Sample 2: Using android:layout_span=""
Output:
Sample 3:
Output:
No comments:
Post a Comment