|
|
|
@ -26,10 +26,10 @@ |
|
|
|
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_10" /> |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="match_parent" |
|
|
|
@ -44,31 +44,32 @@ |
|
|
|
android:id="@+id/et_tare" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_4" |
|
|
|
android:layout_marginLeft="@dimen/dp_20" |
|
|
|
android:layout_marginRight="@dimen/dp_20" |
|
|
|
android:layout_marginTop="@dimen/dp_4" |
|
|
|
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_10" /> |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
<View |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_weight="1" /> |
|
|
|
android:layout_weight="3" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
<Button |
|
|
|
android:id="@+id/tv_commit_check" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/colorAccent" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:padding="@dimen/dp_12" |
|
|
|
android:text="提交审核" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
android:background="@drawable/commitcheck" |
|
|
|
android:gravity="center_horizontal" /> |
|
|
|
|
|
|
|
<View |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
</LinearLayout> |