Solved

Which of the Following Statements Is False

Question 46

Multiple Choice

Which of the following statements is false?


A) A GridLayout (package android.widget) arranges views into rows and columns, each indexed from 0 like the elements of an array.
B) Each cell of a GridLayout can be empty or can hold one or more views, in-cluding layouts containing other views.
C) A GridLayout row’s height is determined by the row’s tallest view--similarly, a column’s width is defined by the column’s widest view.
D) A GridLayout’s views can span multiple rows and/or columns.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions