如果使用LinearLayout实现组件垂直排列,那么在xml中应添加什么属性进行设置?
10 查阅
如果使用LinearLayout实现组件垂直排列,那么在xml中应添加什么属性进行设置?
A.android:orientation=“vertical“
B.android:vertical=“true“
C.android:orientation=“horizontal“
D.android:horizontal=“true“
参考答案: