|
|
|
@ -10,8 +10,8 @@ |
|
|
|
<TextView |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
android:layout_marginRight="@dimen/dp_10" |
|
|
|
android:layout_marginLeft="@dimen/dp_20" |
|
|
|
android:layout_marginRight="@dimen/dp_20" |
|
|
|
android:layout_marginTop="@dimen/dp_30" |
|
|
|
android:text="毛重" |
|
|
|
android:textColor="@color/colorAccent" /> |
|
|
|
@ -20,20 +20,21 @@ |
|
|
|
android:id="@+id/et_grossweight" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
android:layout_marginRight="@dimen/dp_10" |
|
|
|
android:layout_marginLeft="@dimen/dp_20" |
|
|
|
android:layout_marginRight="@dimen/dp_20" |
|
|
|
android:background="@drawable/shape_bg" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:hint="请输入毛重" |
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
android:inputType="numberDecimal" |
|
|
|
android:maxLines="1" |
|
|
|
android:padding="@dimen/dp_12" /> |
|
|
|
android:padding="@dimen/dp_10" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
android:layout_marginRight="@dimen/dp_10" |
|
|
|
android:layout_marginLeft="@dimen/dp_20" |
|
|
|
android:layout_marginRight="@dimen/dp_20" |
|
|
|
android:layout_marginTop="@dimen/dp_40" |
|
|
|
android:text="皮重" |
|
|
|
android:textColor="@color/colorAccent" /> |
|
|
|
@ -42,14 +43,15 @@ |
|
|
|
android:id="@+id/et_tare" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
android:layout_marginRight="@dimen/dp_10" |
|
|
|
android:layout_marginLeft="@dimen/dp_20" |
|
|
|
android:layout_marginRight="@dimen/dp_20" |
|
|
|
android:background="@drawable/shape_bg" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:hint="请输入皮重" |
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
android:inputType="numberDecimal" |
|
|
|
android:maxLines="1" |
|
|
|
android:padding="@dimen/dp_12" /> |
|
|
|
android:padding="@dimen/dp_10" /> |
|
|
|
|
|
|
|
<View |
|
|
|
android:layout_width="match_parent" |
|
|
|
|