Question

Which of the following statements is false?
A. Each cell in a GridLayout can be empty or can hold one or more views, including layouts that contain other views.
b. Views can span multiple rows or columns. You can specify a GridLayout's number of rows and columns in the Properties window.
c. Each row's height is determined by the tallest view in that row. Similarly, the width of a column is defined by the tallest view in that column.
d. By default, views are added to a row from left to right. You can specify the exact row and column in which a view is to be placed.

Answer

This answer is hidden. It contains 248 characters.