单项选择题
组件的宽度设置为与父容器相同()。
A.android:layout_width=”wrap_content”
B.android:layout_width=”match_parent”
C.android:layout_height=”match_parent”
D.android:layout_weight=”1”
点击查看答案&解析
相关考题
-
单项选择题
网格布局管理器是()。
A.GridLayout
B.TableLayout
C.CardLayout
D.FrameLayout -
单项选择题
以行列形式存放组件,且每行的列数单独设置()。
A.LinearLayout
B.RelativeLayout
C.FrameLayout
D.TableLayout -
单项选择题
组件以层叠方式存放的布局管理器()。
A.LinearLayout
B.RelativeLayout
C.FrameLayout
D.TableLayout
