|
|
|
@ -0,0 +1,233 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<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/carname" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/infosmaoji_carname" |
|
|
|
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 |
|
|
|
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/driver" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/infosmaoji_driver" |
|
|
|
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 |
|
|
|
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/phone" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/infosmaoji_phone" |
|
|
|
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 |
|
|
|
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="养殖场:" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/infos_yangzhichang" |
|
|
|
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 |
|
|
|
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="到达养殖场时间:" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/infosmaoji_daodayangzhichangshijian" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
android:textColor="@color/red" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
<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="离开养殖场时间:" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/infosmaoji_likaiyangzhichang" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
android:textColor="@color/red" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
|
|
|
|
<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="食品厂:" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/infosmaoji_shipingchang" |
|
|
|
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 |
|
|
|
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="到达食品场时间:" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/infosmaoji_daodashipchang" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
android:textColor="@color/red" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
<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="到达挂机平台时间:" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:textSize="@dimen/text_size_16" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/infosmaoji_daodaguajipingtai" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
android:textColor="@color/red" |
|
|
|
android:textSize="@dimen/text_size_18" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<include layout="@layout/include_line" /> |
|
|
|
|
|
|
|
</LinearLayout> |