用到的属性:
android:layout_width=”0dp”
android:layout_weight=”1”


android:layout_width="match_parent"
android:layout_height="wrap_content">
android:id="@+id/productname"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="柜子"/>

android:id="@+id/productnum"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="10dp"
android:text="3"/>