|
|
|
@ -7,13 +7,21 @@ |
|
|
|
|
|
|
|
<include layout="@layout/include_tool_bar" /> |
|
|
|
|
|
|
|
<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_marginTop="@dimen/dp_30" |
|
|
|
android:text="毛重" |
|
|
|
android:textColor="@color/colorAccent" /> |
|
|
|
|
|
|
|
<EditText |
|
|
|
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_marginTop="@dimen/dp_30" |
|
|
|
android:background="@drawable/shape_bg" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:hint="请输入毛重" |
|
|
|
@ -21,13 +29,21 @@ |
|
|
|
android:maxLines="1" |
|
|
|
android:padding="@dimen/dp_12" /> |
|
|
|
|
|
|
|
<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_marginTop="@dimen/dp_40" |
|
|
|
android:text="皮重" |
|
|
|
android:textColor="@color/colorAccent" /> |
|
|
|
|
|
|
|
<EditText |
|
|
|
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_marginTop="@dimen/dp_40" |
|
|
|
android:background="@drawable/shape_bg" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:hint="请输入皮重" |
|
|
|
@ -48,7 +64,7 @@ |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:padding="@dimen/dp_12" |
|
|
|
android:text="提交审核" |
|
|
|
android:textSize="@dimen/text_size_18" |
|
|
|
android:textColor="@color/white" /> |
|
|
|
android:textColor="@color/white" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
</LinearLayout> |