JIANGzihao0222

导航

 

2023年2月26日

摘要: wrap_content:是layout_width和layout_height的属性值之一,表示和自身内容一样的长度。 match_parent:是layout_width和layout_height的属性值之一,表示和父组件一样的长度。 <?xml version="1.0" encoding= 阅读全文
posted @ 2023-02-26 21:04 实名吓我一跳 阅读(29) 评论(0) 推荐(0)
 
摘要: 一:<TableRow>运用 包含的内容为同一行元素 <?xml version="1.0" encoding="utf-8"?><TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layou 阅读全文
posted @ 2023-02-26 20:50 实名吓我一跳 阅读(22) 评论(0) 推荐(0)
 
摘要: 一:基本使用<?xml version="1.0" encoding="utf-8"?><FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent 阅读全文
posted @ 2023-02-26 17:26 实名吓我一跳 阅读(19) 评论(0) 推荐(0)
 
摘要: 一常见属性: RelativeLayout(相对父容器组件) 相对对齐,没有定位,默认在左上角对齐,后面覆盖前面。 android:layout_alignParentRight="true"//右边相对位置对齐 android:layout_centerInParent="true"//中间对齐 阅读全文
posted @ 2023-02-26 17:04 实名吓我一跳 阅读(49) 评论(0) 推荐(0)
 
摘要: 一:纵向布局 <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_pare 阅读全文
posted @ 2023-02-26 16:11 实名吓我一跳 阅读(97) 评论(0) 推荐(0)