网格布局GridLayout指定网格行数的属性名称是()。
A: columnCount
B: owCount
C: gridCount
D: cellCount
A: columnCount
B: owCount
C: gridCount
D: cellCount
举一反三
- 网格布局指定网格行数的属性名称是( ) A: columnCount B: owCount C: gridCount D: cellCount
- 网格布局中( )属性指定了网格的列数。 A: layout_height B: gravity C: owCount D: columnCount
- 指定网格布局要使用多少列的属性是 A: android:paddingTop B: android:layout_column C: android:columnCount D: android:layout_columnSpan
- 网格布局用于设置列数的属性()。 A: android:columnCount B: android:rowCount C: android:layout_width D: android:layout_height
- Android中的网格布局使用GridLayout控件表示( )。