<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
xmlns:tools="http://schemas.android.com/tools"
|
android:orientation="vertical"
|
android:layout_height="match_parent">
|
|
<LinearLayout
|
android:id="@+id/ll_select_car_num"
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
android:background="@color/write"
|
android:paddingStart="14dp"
|
android:paddingEnd="14dp"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="绑定司机"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
|
<TextView
|
android:id="@+id/tv_name"
|
android:layout_width="0dp"
|
android:layout_weight="1"
|
android:gravity="center_vertical|right"
|
android:layout_height="match_parent"
|
tools:text="张三-18389007654"
|
android:textStyle="bold"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
</LinearLayout>
|
|
<include layout="@layout/include_line_14"/>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
android:paddingStart="14dp"
|
android:background="@color/write"
|
android:paddingEnd="14dp"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="车辆品牌"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_weight_width"/>
|
|
<TextView
|
android:id="@+id/tv_brank"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
tools:text="大众"
|
android:textStyle="bold"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
</LinearLayout>
|
|
<include layout="@layout/include_line_14"/>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
android:paddingStart="14dp"
|
android:background="@color/write"
|
android:paddingEnd="14dp"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="车辆类型"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_weight_width"/>
|
|
<TextView
|
android:id="@+id/tv_type"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
tools:text="帕萨特"
|
android:textStyle="bold"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
</LinearLayout>
|
|
<include layout="@layout/include_line_14"/>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="50dp"
|
android:background="@color/write"
|
android:paddingStart="14dp"
|
android:paddingEnd="14dp"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="车辆颜色"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_weight_width"/>
|
|
<TextView
|
android:id="@+id/tv_color"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
tools:text="黑色"
|
android:textStyle="bold"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
</LinearLayout>
|
|
<include layout="@layout/include_line_14"/>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:background="@color/write"
|
android:layout_height="50dp"
|
android:paddingStart="14dp"
|
android:paddingEnd="14dp"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="状态"
|
android:textColor="#ff333333"
|
android:textSize="14sp"
|
/>
|
|
<include layout="@layout/include_weight_width"/>
|
|
<TextView
|
android:id="@+id/tv_statue"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
tools:text="营业中"
|
android:textStyle="bold"
|
android:textColor="#05946A"
|
android:textSize="14sp"
|
/>
|
|
</LinearLayout>
|
|
<include layout="@layout/include_line_14"/>
|
|
|
|
</LinearLayout>
|