Articles → Android → Table Layout In Android
Table Layout In Android
What Is Table Layout?
What Is Table Row?
- Table row specifies the single row of the table.
- A table row contains one or more cells.
- Any view or view group can come in cells.
Table Columns
Layout_Column Attribute
- It means the index of the column.
- This attribute should be mentioned in child control.
- Index starts with zero.
Layout_Span Attribute
Example
Click to Enlarge
Click to Enlarge