多项选择题
TableLayout的属性参数有()。
A.android:layout_column
B.android:layout_span
C.android:layout_width
D.android:layout_height
点击查看答案
相关考题
-
多项选择题
FrameLayout的特点是()。
A.从屏幕的右上角开始显示组件
B.从屏幕的左上角开始显示组件
C.后添加的组件位于前面添加的组件之后
D.后添加的组件位于前面添加的组件之前 -
单项选择题
RelativeLayout中设置为当前对象的下方留出空白的属性参数是 ()。
A.layout_toTightOf
B.layout_alignTop
C.layout_marginBottom
D.layout_alignBottom -
单项选择题
LinearLayout中设置组件水平排列时,属性android:orientation的值应为 ()。
A.bottom
B.right
C.vertical
D.horizontal
