Question

Which of the following statements is false?
a. A LinearLayout arranges views either horizontally (the default) or vertically and can size its views proportionally.
b. GridLayout arranges views into cells in a rectangular grid. Cells can occupy only one row within a column.
c. In many cases, GridLayout can be used to replace the older, and sometimes less efficient TableLayout, which arranges views into rows and columns where each row is typically defined as a TableRow and the number of columns is defined by the TableRow containing the most cells.
d. A GridLayout cannot specify within a given row that the horizontal space should be allocated proportionally between multiple views.

Answer

This answer is hidden. It contains 164 characters.