A (175)

(Tuis.) #1

280 CHAPTER 8: Android UI Design: Using Advanced ViewGroup Layout Containers


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

Free download pdf