Page 10 - Xamarin Android Application Development
P. 10
Layout 6
This would look similar to the following in design view.
As it is a complex layout to describe, we would use it wherever it’s useful and we would discuss the
layout there.
Table Layout
This is one of the most used Layouts. As the name says the View is organised in Rows and Columns.
However to have columns in the Row, we need to use a Table Row, which would contain the children.
The number of children present in a TableRow, is exactly the number of Columns present in the Row.

