|
|
@ -27,6 +27,8 @@ |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
@ -50,6 +52,8 @@ |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
@ -73,28 +77,7 @@ |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
|
android:padding="@dimen/dp_10"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="@string/batch" |
|
|
|
|
|
android:textColor="@color/grey888888" |
|
|
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/infos_batch" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
|
|
android:textColor="@color/black303030" |
|
|
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
@ -105,12 +88,12 @@ |
|
|
<TextView |
|
|
<TextView |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:text="@string/addrs" |
|
|
|
|
|
|
|
|
android:text="孵化场:" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/infos_addrs" |
|
|
|
|
|
|
|
|
android:id="@+id/infos_fuhuachang" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
@ -119,6 +102,7 @@ |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
@ -129,20 +113,21 @@ |
|
|
<TextView |
|
|
<TextView |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:text="@string/time" |
|
|
|
|
|
|
|
|
android:text="离开孵化场时间:" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/infos_time" |
|
|
|
|
|
|
|
|
android:id="@+id/infos_leavetime" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
android:textColor="@color/black303030" |
|
|
|
|
|
|
|
|
android:textColor="@color/red" |
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
@ -153,12 +138,12 @@ |
|
|
<TextView |
|
|
<TextView |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:text="@string/number" |
|
|
|
|
|
|
|
|
android:text="养殖场:" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/infos_number" |
|
|
|
|
|
|
|
|
android:id="@+id/infos_yangzhichang" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
@ -167,28 +152,7 @@ |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
|
android:padding="@dimen/dp_10"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="@string/immune" |
|
|
|
|
|
android:textColor="@color/grey888888" |
|
|
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/infos_immune" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
|
|
android:textColor="@color/black303030" |
|
|
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
@ -199,64 +163,20 @@ |
|
|
<TextView |
|
|
<TextView |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:text="@string/Uniformity" |
|
|
|
|
|
|
|
|
android:text="到达养殖场时间:" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/infos_uniformity" |
|
|
|
|
|
|
|
|
android:id="@+id/infos_daodashijian" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
android:textColor="@color/black303030" |
|
|
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
|
android:padding="@dimen/dp_10"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="@string/startime" |
|
|
|
|
|
android:textColor="@color/grey888888" |
|
|
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/infos_startime" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
|
|
android:textColor="@color/black303030" |
|
|
|
|
|
|
|
|
android:textColor="@color/red" |
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
|
android:padding="@dimen/dp_10"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="@string/endtime" |
|
|
|
|
|
android:textColor="@color/grey888888" |
|
|
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/infos_endtime" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
|
|
android:textColor="@color/black303030" |
|
|
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |