摘要: 学习内容​ LinearLayout 介绍:LinearLayout 是线性布局,子视图可以按水平或垂直方向排列。通过android:orientation属性设置排列方向,horizontal为水平排列,vertical为垂直排列。​ 使用 LinearLayout 布局:在布局文件中以 Line 阅读全文
posted @ 2025-05-16 16:41 被迫敲代码 阅读(7) 评论(0) 推荐(0)