<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
android:background="@color/write"
|
android:layout_width="match_parent"
|
android:layout_marginBottom="6dp"
|
android:layout_height="wrap_content">
|
|
<LinearLayout
|
android:id="@+id/ll_item_main"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/write"
|
android:paddingBottom="14dp"
|
android:paddingStart="14dp"
|
android:orientation="vertical">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:paddingTop="11dp"
|
android:paddingEnd="14dp"
|
android:orientation="horizontal">
|
|
<TextView
|
android:id="@+id/tv_time"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="申请时间:2019年5月20日18:00"
|
android:layout_marginBottom="10dp"
|
android:textColor="#ff666666"
|
android:textSize="13sp"
|
/>
|
|
<include layout="@layout/include_weight_width"/>
|
|
<TextView
|
android:id="@+id/tv_statue"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="订单已取消"
|
android:textColor="@color/color_ff939393"
|
android:textSize="14sp"
|
/>
|
|
</LinearLayout>
|
|
|
|
<include layout="@layout/include_line"/>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_marginTop="8dp"
|
android:layout_height="wrap_content"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="起点: "
|
android:textStyle="bold"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<TextView
|
android:id="@+id/tv_start_address"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="泸州高速客运中心"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_marginTop="5dp"
|
android:layout_height="wrap_content"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="终点: "
|
android:textStyle="bold"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<TextView
|
android:id="@+id/tv_end_address"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="泸州高速客运中心"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_marginTop="5dp"
|
android:layout_height="wrap_content"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="订单类型: "
|
android:textStyle="bold"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<TextView
|
android:id="@+id/tv_shen_car_type"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="专车订单"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_marginTop="5dp"
|
android:layout_height="wrap_content"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="申请司机: "
|
android:textStyle="bold"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<TextView
|
android:id="@+id/tv_shen_car"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="张三-川E12345"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_marginTop="5dp"
|
android:layout_height="wrap_content"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="新司机: "
|
android:textStyle="bold"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<TextView
|
android:id="@+id/tv_new_car"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="张三-川E12345"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
</RelativeLayout>
|