|
|
|
@ -0,0 +1,254 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
android:orientation="vertical" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:orientation="horizontal" |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
<TextView |
|
|
|
android:text="@string/carname" |
|
|
|
android:textSize="@dimen/text_size_18" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
<TextView |
|
|
|
android:id="@+id/infos_carname" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_20" |
|
|
|
android:text="@string/addrs" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:orientation="horizontal" |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
<TextView |
|
|
|
android:text="@string/driver" |
|
|
|
android:textSize="@dimen/text_size_18" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
<TextView |
|
|
|
android:id="@+id/infos_driver" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_20" |
|
|
|
android:text="@string/addrs" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:orientation="horizontal" |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
<TextView |
|
|
|
android:text="@string/phone" |
|
|
|
android:textSize="@dimen/text_size_18" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
<TextView |
|
|
|
android:id="@+id/infos_phone" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_20" |
|
|
|
android:text="@string/addrs" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:orientation="horizontal" |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
<TextView |
|
|
|
android:text="@string/batch" |
|
|
|
android:textSize="@dimen/text_size_18" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
<TextView |
|
|
|
android:id="@+id/infos_batch" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_20" |
|
|
|
android:text="@string/addrs" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:orientation="horizontal" |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
<TextView |
|
|
|
android:text="@string/addrs" |
|
|
|
android:textSize="@dimen/text_size_18" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/infos_addrs" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:text="@string/addrs" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:orientation="horizontal" |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
<TextView |
|
|
|
android:text="@string/time" |
|
|
|
android:textSize="@dimen/text_size_18" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
<TextView |
|
|
|
android:id="@+id/infos_time" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_20" |
|
|
|
android:text="@string/addrs" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:orientation="horizontal" |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
<TextView |
|
|
|
android:text="@string/number" |
|
|
|
android:textSize="@dimen/text_size_18" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/infos_number" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:text="@string/addrs" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:orientation="horizontal" |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
<TextView |
|
|
|
android:text="@string/immune" |
|
|
|
android:textSize="@dimen/text_size_18" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
<TextView |
|
|
|
android:id="@+id/infos_immune" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_20" |
|
|
|
android:text="@string/addrs" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:orientation="horizontal" |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
<TextView |
|
|
|
android:text="@string/Uniformity" |
|
|
|
android:textSize="@dimen/text_size_18" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
<TextView |
|
|
|
android:id="@+id/infos_uniformity" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_20" |
|
|
|
android:text="@string/addrs" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:orientation="horizontal" |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
<TextView |
|
|
|
android:text="@string/startime" |
|
|
|
android:textSize="@dimen/text_size_18" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/infos_startime" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:text="@string/addrs" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:orientation="horizontal" |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
<TextView |
|
|
|
android:text="@string/endtime" |
|
|
|
android:textSize="@dimen/text_size_18" |
|
|
|
android:textColor="@color/grey888888" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
<TextView |
|
|
|
android:id="@+id/infos_endtime" |
|
|
|
android:textColor="@color/black303030" |
|
|
|
android:textSize="@dimen/text_size_20" |
|
|
|
android:text="@string/addrs" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</LinearLayout> |