Demonstrates how to use ExplicitLayout to:
- Layout components on a grid with more flexibility tbat Grid Layout
- Define component width as a multiple of the grid cell width
- Define component height as a multiple of the grid cell height
- Insert a gap between the grid cell boundary and a component
- Respect container insets