下列选项中,属于设置线性布局内控件排列顺序的属性的是()。 A.android:layout_centerVerticalB.android:layout_centerHorizontalC.android:orientationD.android:layout_weight
下列选项中,属于设置线性布局内控件排列顺序的属性的是()。
A.android:layout_centerVertical
B.android:layout_centerHorizontal
C.android:orientation
D.android:layout_weight
相关考题:
下列选项中,属于在相对布局中将当前控件显示在某控件上方的属性的是()。 A.android:layout_aboveB.android:layout_alignTopC.android:layout_alignParentTopD.以上都不对
下列选项中,属于设置ImageView控件显示图片资源的属性是()。 A.android:imgValueB.android:backgroundC.android:imgD.android:src
下列选项中,属于在相对布局中将控件显示在另外一个控件的右侧的属性的是()。 A.layout_toLeftOfB.layout_toRightOfC.layout_toStartOfD.layout_toEndOf
下列选项中,属于设置帧布局容器中前景图像的属性的是()。 A.android:foregroundB.android:backgroundC.android:foregroundGravityD.以上都不是
线性布局可分为水平线性布局和垂直线性布局。通过android:orintation属性设置线性布局的方向,该属性的可取值是horizontal和vertical,默认值是vertical。() 此题为判断题(对,错)。
设置复选框按钮控件属性包括()。A、更改控件的名称B、BackStyle属性设置“0-fmBackStyleTransparent”C、在选项之前添加复选框按钮控件D、设置“Caption”属性为清空
多选题设置复选框按钮控件属性包括()。A更改控件的名称BBackStyle属性设置“0-fmBackStyleTransparent”C在选项之前添加复选框按钮控件D设置“Caption”属性为清空