169 lines
7.6 KiB
XML
169 lines
7.6 KiB
XML
<?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="wrap_content"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="vertical"
|
|
android:id="@+id/item_yundan_yunxing"
|
|
android:background="#fff">
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_23">
|
|
<View
|
|
android:layout_width="@dimen/dp_54"
|
|
android:layout_height="@dimen/dp_3"
|
|
android:background="#999999"
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerHorizontal="true"/>
|
|
</RelativeLayout>
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_150"
|
|
android:orientation="vertical"
|
|
android:background="@drawable/bg_bai"
|
|
android:layout_marginLeft="@dimen/dp_7"
|
|
android:layout_marginRight="@dimen/dp_7">
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<LinearLayout
|
|
android:layout_marginTop="@dimen/dp_18"
|
|
android:layout_marginLeft="@dimen/dp_27"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="派单单号:"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_13"
|
|
/>
|
|
<TextView
|
|
android:id="@+id/shippingNoteNumber"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="00000000"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_13"
|
|
/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:id="@+id/llMoney"
|
|
android:layout_marginTop="@dimen/dp_5"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="¥"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_21"
|
|
/>
|
|
<TextView
|
|
android:id="@+id/totalAmount"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="1000"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_21"
|
|
/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:layout_marginTop="@dimen/dp_5"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="运输里程:"
|
|
android:textColor="#ffc4c4ce"
|
|
android:textSize="@dimen/sp_13"
|
|
/>
|
|
<TextView
|
|
android:id="@+id/distance"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="0000"
|
|
android:textColor="#ffc4c4ce"
|
|
android:textSize="@dimen/sp_13"
|
|
/>
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="km"
|
|
android:textColor="#ffc4c4ce"
|
|
android:textSize="@dimen/sp_13"
|
|
/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:layout_marginTop="@dimen/dp_18"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:layout_marginRight="@dimen/dp_16">
|
|
<androidx.cardview.widget.CardView
|
|
android:layout_width="@dimen/dp_48"
|
|
android:layout_height="@dimen/dp_48"
|
|
app:cardCornerRadius="@dimen/dp_24"
|
|
app:cardBackgroundColor="#fff"
|
|
android:layout_gravity="center">
|
|
<ImageView
|
|
android:id="@+id/head_img"
|
|
android:layout_width="@dimen/dp_48"
|
|
android:layout_height="@dimen/dp_48"
|
|
android:layout_gravity="center"
|
|
android:src="@mipmap/icon_head_img"
|
|
android:scaleType="fitXY"/>
|
|
</androidx.cardview.widget.CardView>
|
|
<TextView
|
|
android:id="@+id/carNumber"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="豫A·6J888"
|
|
android:textColor="#000000"
|
|
android:textSize="@dimen/sp_12"
|
|
android:layout_gravity="center"
|
|
/>
|
|
<TextView
|
|
android:id="@+id/acceptTime"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="2021/4/10 22:27"
|
|
android:textColor="#ffc4c4ce"
|
|
android:textSize="@dimen/sp_11"
|
|
/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
|
android:layout_marginTop="@dimen/dp_15"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:layout_marginLeft="@dimen/dp_28"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="运单状态"
|
|
android:textColor="#ffc4c4ce"
|
|
android:textSize="@dimen/sp_13"
|
|
/>
|
|
<TextView
|
|
android:id="@+id/waybillStatus"
|
|
android:layout_marginRight="@dimen/dp_28"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="第2装货地待装货"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_13"
|
|
/>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
</LinearLayout> |