摘要: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" andr 阅读全文
posted @ 2022-06-28 00:43 小白龙白龙马 阅读(73) 评论(0) 推荐(0)
摘要: <!-- 根布局为两行两列的网格布局,其中列数由columnCount指定,行数由rowCount指定 --> <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="m 阅读全文
posted @ 2022-06-28 00:23 小白龙白龙马 阅读(95) 评论(0) 推荐(0)
摘要: 相对位置的属性取值 相对位置说明 layout_toLeftOf 当前视图在指定视图的左边 layout_toRightOf 当前视图在指定视图的右边 layout_above 当前视图在指定视图的上方 layout_below 当前视图在指定视图的下方 layout_alignLeft 当前视图与 阅读全文
posted @ 2022-06-28 00:16 小白龙白龙马 阅读(76) 评论(0) 推荐(0)