【android】wrap_content和match_parent
wrap_content:是layout_width和layout_height的属性值之一,表示和自身内容一样的长度。<TextView android:textSize="18dp" android:layout_marginRight="50dp" android:layout_width="wrap_content" android:layout_height="wrap_content