152 lines
6.6 KiB
XML
152 lines
6.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.cardview.widget.CardView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:cardCornerRadius="@dimen/dp_8"
|
|
app:cardBackgroundColor="#fff"
|
|
android:id="@+id/item_start_order"
|
|
android:layout_marginLeft="@dimen/dp_20"
|
|
android:layout_marginRight="@dimen/dp_20"
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:layout_marginBottom="@dimen/dp_8"
|
|
app:cardElevation="@dimen/dp_1">
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingLeft="@dimen/dp_20"
|
|
android:paddingRight="@dimen/dp_20">
|
|
<RelativeLayout
|
|
android:layout_marginTop="@dimen/dp_16"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<View
|
|
android:layout_width="@dimen/dp_3"
|
|
android:layout_height="@dimen/dp_12"
|
|
android:background="@color/theme_color"
|
|
android:layout_centerVertical="true"/>
|
|
|
|
<TextView
|
|
android:id="@+id/type_timer"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_10"
|
|
android:text="1装3卸"
|
|
android:textColor="#ff333333"
|
|
android:textSize="@dimen/sp_13" />
|
|
<LinearLayout
|
|
android:layout_alignParentRight="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="16dp"
|
|
android:text="预估"
|
|
android:textColor="#ff999999"
|
|
android:textSize="@dimen/sp_12"
|
|
/>
|
|
|
|
<TextView
|
|
android:id="@+id/distance"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="16dp"
|
|
android:text="2368"
|
|
android:textColor="#ff999999"
|
|
android:textSize="@dimen/sp_12" />
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="@dimen/dp_16"
|
|
android:text="km"
|
|
android:textColor="#ff999999"
|
|
android:textSize="@dimen/sp_12"
|
|
/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
<View
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_1"
|
|
android:background="@drawable/bottom_xu"/>
|
|
<RelativeLayout
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="@dimen/dp_16">
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<ImageView
|
|
android:src="@mipmap/zhuang"
|
|
android:layout_width="@dimen/dp_16"
|
|
android:layout_height="@dimen/dp_16"
|
|
android:scaleType="fitXY"
|
|
android:layout_gravity="center"/>
|
|
|
|
<TextView
|
|
android:id="@+id/loadingAddress"
|
|
android:layout_width="@dimen/dp_182"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:layout_marginLeft="@dimen/dp_5"
|
|
android:ellipsize="end"
|
|
android:maxLines="1"
|
|
android:text="郑州市市委党校"
|
|
android:textColor="#ff333333"
|
|
android:textSize="@dimen/sp_14" />
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<ImageView
|
|
android:src="@mipmap/xie"
|
|
android:layout_width="@dimen/dp_16"
|
|
android:layout_height="@dimen/dp_16"
|
|
android:scaleType="fitXY"
|
|
android:layout_gravity="center"/>
|
|
<TextView
|
|
android:id="@+id/receiverAddress"
|
|
android:layout_width="@dimen/dp_182"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:layout_marginLeft="@dimen/dp_5"
|
|
android:ellipsize="end"
|
|
android:maxLines="1"
|
|
android:text="郑州市市委党校"
|
|
android:textColor="#ff333333"
|
|
android:textSize="@dimen/sp_14" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:layout_alignParentRight="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:layout_centerVertical="true">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="¥"
|
|
android:textColor="#fff65151"
|
|
android:textSize="@dimen/sp_22"
|
|
/>
|
|
|
|
<TextView
|
|
android:id="@+id/totalAmount"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="2999.00"
|
|
android:textColor="#fff65151"
|
|
android:textSize="@dimen/sp_22" />
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
</androidx.cardview.widget.CardView> |