Android 新手入门(2)-界面布局
一,线性布局(LinearLayout)
以线性方向显示它的子视图(view)元素,垂直或水平,
android:orientation值为“vertical”垂直排列,"horizontal"即为水平排列,
?
?
发布时间: 2012-06-27 14:20:08 作者: rapoo
Android 新手入门(2)-界面布局
一,线性布局(LinearLayout)
以线性方向显示它的子视图(view)元素,垂直或水平,
android:orientation值为“vertical”垂直排列,"horizontal"即为水平排列,
?
?