As you can see in Figure 8 -1 3 , the GridLayout engine is now correctly placing the UI
widgets in the correct column index zero and row 0 through 3 grid locations, leaving the grid locations
next to these EditText UI elements empty. The GridLayout algorithm auto-layout feature then places
the Button UI elements after the EditText UI elements, since we have not yet specified the Button UI
element grid index values of column index 1 and row 0 through 3, which we are going to do next.
The parameters for the
child tags. In fact, if you like, you can copy and paste these parameters from the tags into the