<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
xmlns:tools="http://schemas.android.com/tools"
|
android:background="@color/transparent">
|
|
<LinearLayout
|
android:layout_width="280dp"
|
android:layout_centerInParent="true"
|
android:layout_height="wrap_content"
|
android:orientation="vertical">
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="64dp"
|
android:background="@drawable/car_get_top">
|
|
<TextView
|
android:id="@+id/tv_title"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_centerHorizontal="true"
|
android:layout_marginTop="11dp"
|
android:text="距您约公里"
|
android:textColor="#ffffffff"
|
android:textSize="18sp" />
|
|
<TextView
|
android:id="@+id/tv_car_type"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@+id/tv_title"
|
android:layout_alignStart="@+id/tv_title"
|
android:layout_marginTop="3dp"
|
android:text="订单"
|
android:textColor="#ffffffff"
|
android:textSize="13sp" />
|
|
<TextView
|
android:id="@+id/tv_reassign"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@+id/tv_title"
|
android:layout_marginStart="7dp"
|
android:layout_marginTop="2dp"
|
android:layout_toRightOf="@+id/tv_car_type"
|
android:background="@drawable/bg_white_round_2"
|
android:paddingStart="10dp"
|
android:paddingTop="2dp"
|
android:paddingEnd="10dp"
|
android:paddingBottom="2dp"
|
android:text=""
|
android:textColor="#fffd943a"
|
android:textSize="11sp" />
|
|
</RelativeLayout>
|
|
<LinearLayout
|
android:id="@+id/ll_order_top"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:paddingTop="15dp"
|
android:paddingBottom="11dp"
|
android:background="@color/white"
|
android:orientation="vertical"
|
android:paddingStart="23dp">
|
|
<TextView
|
android:id="@+id/tv_time"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="6dp"
|
android:layout_marginBottom="6dp"
|
android:drawableStart="@mipmap/icon_time_gray"
|
android:drawablePadding="5dp"
|
android:text="4月3日 14:00"
|
android:layout_marginStart="2dp"
|
android:textColor="#666666"
|
android:textSize="16sp"
|
android:textStyle="bold" />
|
|
<TextView
|
android:id="@+id/tv_start"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="6dp"
|
android:layout_marginBottom="6dp"
|
android:drawableStart="@mipmap/icon_starting_point"
|
tools:text="11111111"
|
android:textColor="#ff27282d"
|
android:textSize="16sp"
|
android:textStyle="bold" />
|
|
<TextView
|
android:id="@+id/tv_end"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="6dp"
|
android:layout_marginBottom="6dp"
|
android:drawableStart="@mipmap/icon_end_point"
|
tools:text="11111111"
|
android:textColor="#ff27282d"
|
android:textSize="16sp"
|
android:textStyle="bold" />
|
|
<TextView
|
android:id="@+id/tv_money"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="6dp"
|
android:layout_marginBottom="6dp"
|
android:drawableStart="@mipmap/hongbao"
|
android:layout_marginStart="2dp"
|
android:drawablePadding="3dp"
|
tools:text="11111111"
|
android:textColor="#ff27282d"
|
android:textSize="16sp"
|
android:textStyle="bold" />
|
|
<TextView
|
android:id="@+id/tv_remark"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="3dp"
|
android:layout_marginBottom="6dp"
|
android:drawableStart="@mipmap/old_man"
|
android:drawablePadding="3dp"
|
tools:text="11111111"
|
android:textColor="#ff27282d"
|
android:textSize="16sp"
|
android:textStyle="bold" />
|
|
<TextView
|
android:id="@+id/tv_name"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="3dp"
|
android:layout_marginBottom="6dp"
|
android:drawableStart="@mipmap/icon_people_gray"
|
android:drawablePadding="5dp"
|
android:text=""
|
android:textColor="#ff27282d"
|
android:visibility="gone"
|
android:textSize="16sp"
|
android:textStyle="bold" />
|
|
<TextView
|
android:id="@+id/tv_cargo_num"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="3dp"
|
android:layout_marginBottom="6dp"
|
android:visibility="gone"
|
android:drawableStart="@mipmap/icon_item"
|
android:drawablePadding="5dp"
|
android:text=""
|
android:textColor="#ff27282d"
|
android:textSize="16sp"
|
android:textStyle="bold" />
|
|
<TextView
|
android:id="@+id/tv_cargo_money"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="3dp"
|
android:layout_marginBottom="6dp"
|
android:drawableStart="@mipmap/icon_rocket"
|
android:drawablePadding="5dp"
|
android:visibility="gone"
|
android:text=""
|
android:textColor="#ff27282d"
|
android:textSize="16sp"
|
android:textStyle="bold" />
|
|
</LinearLayout>
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:background="@color/white"
|
android:layout_height="100dp">
|
|
<com.amap.api.maps.MapView
|
android:id="@+id/map_view"
|
android:layout_width="match_parent"
|
android:layout_height="100dp"/>
|
|
<TextView
|
android:id="@+id/tv_tance"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text=""
|
android:layout_centerHorizontal="true"
|
android:layout_marginBottom="7dp"
|
android:layout_alignParentBottom="true"
|
android:padding="2dp"
|
android:background="@drawable/bg_map_gray"
|
android:textColor="#ffffffff"
|
android:textSize="11sp"
|
/>
|
|
</RelativeLayout>
|
|
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="17dp"
|
android:orientation="vertical">
|
|
<TextView
|
android:id="@+id/tv_close"
|
android:layout_width="120dp"
|
android:layout_height="wrap_content"
|
android:layout_marginStart="8dp"
|
android:background="@drawable/car_get_close"
|
android:gravity="center"
|
android:paddingTop="8dp"
|
android:visibility="gone"
|
android:paddingBottom="8dp"
|
android:text="关闭"
|
android:textColor="#fff28006"
|
android:textSize="16sp" />
|
|
|
<TextView
|
android:id="@+id/tv_sure"
|
android:layout_width="120dp"
|
android:layout_height="wrap_content"
|
android:layout_marginEnd="8dp"
|
android:background="@drawable/car_get_start"
|
android:gravity="center"
|
android:paddingTop="8dp"
|
android:layout_gravity="center"
|
android:paddingBottom="8dp"
|
android:text="抢单30s"
|
android:textColor="@color/white"
|
android:textSize="16sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|