| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <LinearLayout |
| | | <RelativeLayout |
| | | xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" |
| | | android:orientation="vertical" |
| | | android:layout_marginBottom="6dp" |
| | | android:background="@color/white" |
| | | android:paddingBottom="6dp" |
| | | android:layout_height="wrap_content"> |
| | | |
| | | <RelativeLayout |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_marginStart="12dp" |
| | | android:layout_height="44dp"> |
| | | android:layout_height="45dp" |
| | | android:id="@+id/view_reserve" |
| | | android:visibility="gone" |
| | | android:background="@drawable/bg_reserve"/> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_type" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:gravity="center" |
| | | android:textStyle="bold" |
| | | android:layout_centerVertical="true" |
| | | android:text="专车订单" |
| | | android:textColor="#ff333333" |
| | | android:textSize="13sp" |
| | | /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_statue" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_marginEnd="12dp" |
| | | android:gravity="center" |
| | | android:text="服务中" |
| | | android:textColor="@color/main_item_orange" |
| | | android:textSize="13sp" |
| | | /> |
| | | |
| | | |
| | | </RelativeLayout> |
| | | |
| | | <include layout="@layout/include_line_left_12"/> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_time" |
| | | android:layout_width="wrap_content" |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:text="4月3日 14:00" |
| | | android:layout_marginStart="12dp" |
| | | android:textColor="#ff666666" |
| | | android:drawablePadding="6dp" |
| | | android:layout_marginTop="10dp" |
| | | android:drawableStart="@mipmap/icon_time_gray" |
| | | android:textSize="14sp" |
| | | /> |
| | | android:orientation="vertical" |
| | | android:paddingBottom="6dp"> |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_marginStart="12dp" |
| | | android:layout_height="44dp"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_type" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:gravity="center" |
| | | android:textStyle="bold" |
| | | android:layout_centerVertical="true" |
| | | android:text="专车订单" |
| | | android:textColor="#ff333333" |
| | | android:textSize="13sp" |
| | | /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_statue" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_marginEnd="12dp" |
| | | android:gravity="center" |
| | | android:text="服务中" |
| | | android:textColor="@color/main_item_orange" |
| | | android:textSize="13sp" |
| | | /> |
| | | |
| | | |
| | | </RelativeLayout> |
| | | |
| | | <include layout="@layout/include_line_left_12"/> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_time" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="4月3日 14:00" |
| | | android:layout_marginStart="12dp" |
| | | android:textColor="#ff666666" |
| | | android:drawablePadding="6dp" |
| | | android:layout_marginTop="10dp" |
| | | android:drawableStart="@mipmap/icon_time_gray" |
| | | android:textSize="14sp" |
| | | /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_start" |
| | |
| | | android:textSize="14sp" |
| | | /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_end" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textStyle="bold" |
| | | android:layout_marginTop="12dp" |
| | | android:layout_marginStart="13dp" |
| | | android:drawableStart="@drawable/bg_point_main_color_black" |
| | | android:drawablePadding="6dp" |
| | | android:text="柳州客运中心" |
| | | android:textColor="#ff27282d" |
| | | android:textSize="14sp" |
| | | /> |
| | | <TextView |
| | | android:id="@+id/tv_end" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textStyle="bold" |
| | | android:layout_marginTop="12dp" |
| | | android:layout_marginStart="13dp" |
| | | android:drawableStart="@drawable/bg_point_main_color_black" |
| | | android:drawablePadding="6dp" |
| | | android:text="柳州客运中心" |
| | | android:textColor="#ff27282d" |
| | | android:textSize="14sp" |
| | | /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_people_num" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textStyle="bold" |
| | | android:layout_marginTop="12dp" |
| | | android:layout_marginStart="13dp" |
| | | android:drawableStart="@drawable/bg_point_main_color_black" |
| | | android:drawablePadding="6dp" |
| | | android:text="3人" |
| | | android:textColor="#ff27282d" |
| | | android:textSize="14sp" |
| | | /> |
| | | <TextView |
| | | android:id="@+id/tv_people_num" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textStyle="bold" |
| | | android:layout_marginTop="12dp" |
| | | android:layout_marginStart="13dp" |
| | | android:drawableStart="@drawable/bg_point_main_color_black" |
| | | android:drawablePadding="6dp" |
| | | android:text="3人" |
| | | android:textColor="#ff27282d" |
| | | android:textSize="14sp" |
| | | /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_remark" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textStyle="bold" |
| | | android:layout_marginTop="12dp" |
| | | android:layout_marginStart="13dp" |
| | | android:drawableStart="@drawable/bg_point_main_color_black" |
| | | android:drawablePadding="6dp" |
| | | android:text="无备注" |
| | | android:textColor="#ff27282d" |
| | | android:textSize="14sp" |
| | | /> |
| | | <TextView |
| | | android:id="@+id/tv_remark" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textStyle="bold" |
| | | android:layout_marginTop="12dp" |
| | | android:layout_marginStart="13dp" |
| | | android:drawableStart="@drawable/bg_point_main_color_black" |
| | | android:drawablePadding="6dp" |
| | | android:text="无备注" |
| | | android:textColor="#ff27282d" |
| | | android:textSize="14sp" |
| | | /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_money_cargo" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="12dp" |
| | | android:layout_marginStart="13dp" |
| | | android:layout_marginBottom="11dp" |
| | | android:visibility="gone" |
| | | android:drawableStart="@mipmap/icon_rocket" |
| | | android:drawablePadding="5dp" |
| | | android:text="柳州客运中心" |
| | | android:textColor="#ff27282d" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" /> |
| | | <TextView |
| | | android:id="@+id/tv_money_cargo" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="12dp" |
| | | android:layout_marginStart="13dp" |
| | | android:layout_marginBottom="11dp" |
| | | android:visibility="gone" |
| | | android:drawableStart="@mipmap/icon_rocket" |
| | | android:drawablePadding="5dp" |
| | | android:text="柳州客运中心" |
| | | android:textColor="#ff27282d" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | </RelativeLayout> |