2025-01-13
android:layout_width
和android:layout_height
的属性:
一般三种写法
match_parent 父容器一样宽 wrap_content 包裹内容,内容多宽,它就多宽 200dp 固定宽度为200dp
android:background="#f00"
是红色背景。
android:background="@mipmap/ic_launcher"
设置图片。
android:layout_margin="20dp"
android:padding="20dp"
id就是titleTableView的意思
android:id="@+id/titleTv"