230 lines
8.0 KiB
XML
230 lines
8.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="vertical"
|
|
android:layout_marginLeft="@dimen/dp_43"
|
|
android:layout_marginTop="@dimen/dp_68"
|
|
android:layout_marginRight="@dimen/dp_43"
|
|
android:id="@+id/binding_che"
|
|
android:background="@drawable/bg_theme">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<ImageButton
|
|
android:id="@+id/return_btn"
|
|
android:layout_width="@dimen/dp_21"
|
|
android:layout_height="@dimen/dp_18"
|
|
android:src="@mipmap/return_lefts"
|
|
android:layout_centerVertical="true"
|
|
android:background="@null"
|
|
android:scaleType="fitXY"
|
|
/>
|
|
</RelativeLayout>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_11"
|
|
android:text="绑定车辆"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_23" />
|
|
|
|
<androidx.cardview.widget.CardView
|
|
android:layout_width="@dimen/dp_78"
|
|
android:layout_height="@dimen/dp_78"
|
|
android:layout_gravity="center"
|
|
app:cardBackgroundColor="#ccc"
|
|
app:cardCornerRadius="@dimen/dp_39">
|
|
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_78"
|
|
android:layout_height="@dimen/dp_78"
|
|
android:background="#ccc" />
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:layout_marginTop="@dimen/dp_7"
|
|
android:text=" 豫A·6J888"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:layout_marginTop="@dimen/dp_7"
|
|
android:text="H1重型普通货车"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:layout_marginTop="@dimen/dp_7"
|
|
android:text="审核中"
|
|
android:textColor="@color/theme_color"
|
|
android:textSize="@dimen/sp_15" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_46"
|
|
android:text="车牌号"
|
|
android:textColor="#ff000000"
|
|
android:textSize="15sp" />
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/sp_12"
|
|
android:background="@drawable/bottom_xu"
|
|
android:paddingBottom="@dimen/dp_5">
|
|
<EditText
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:hint="请输入要绑定车辆的车牌号"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_13"
|
|
android:background="@null"/>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:text="搜索"
|
|
android:textColor="@color/theme_color"
|
|
android:textSize="@dimen/sp_13" />
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
android:layout_marginBottom="@dimen/dp_20"
|
|
android:text="车辆类型"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:alpha="0.2"
|
|
android:text="H1重型普通货车"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_13" />
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_1"
|
|
android:background="#F6F6F9" />
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
android:layout_marginBottom="@dimen/dp_20"
|
|
android:text="车辆所有人"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:alpha="0.2"
|
|
android:text="河南大大集团有限公司"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_13" />
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_1"
|
|
android:background="#F6F6F9" />
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
android:layout_marginBottom="@dimen/dp_20"
|
|
android:text="维护人信息"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:alpha="0.2"
|
|
android:text="张先生/15576890001"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_13" />
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_1"
|
|
android:background="#F6F6F9" />
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
android:layout_marginBottom="@dimen/dp_20"
|
|
android:text="车辆被绑定次数"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:alpha="0.2"
|
|
android:text="1次"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_13" />
|
|
</RelativeLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_1"
|
|
android:background="#F6F6F9" />
|
|
|
|
<Button
|
|
android:layout_width="@dimen/dp_230"
|
|
android:layout_height="@dimen/dp_53"
|
|
android:layout_gravity="center"
|
|
android:layout_marginTop="@dimen/dp_36"
|
|
android:background="@drawable/bg_btn"
|
|
android:text="申请绑定"
|
|
android:textColor="#fff"/>
|
|
</LinearLayout> |