摘要: 接上篇博客 (3)LinearLayout 线性布局管理器 线性布局管理器是将放入其中的组件按照垂直或水平方向来布局,每一行或每一列只能放一个组件,并且不会换行,当组件排列到窗体的边缘后,后面的组件就不会显示出来。 常用属性: 常用属性: android:orientation(horizontal 阅读全文
posted @ 2020-02-03 16:31 小赵不吃溜溜梅 阅读(331) 评论(0) 推荐(0)