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