- 线性布局的排列方法由 Orientation 属性控制,vertical 表示垂直排列,horizontal 表示水平排列。
设置垂直排列
android:orientation="vertical"
设置水平排列
android:orientation="horizontal"
2023-12-23 08:40:28
设置垂直排列
android:orientation="vertical"
设置水平排列
android:orientation="horizontal"
下一篇:PCL改变点云视点