380 lines
16 KiB
XML
380 lines
16 KiB
XML
<?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="wrap_content"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:background="@drawable/bg_theme"
|
|
android:id="@+id/activity_wode_data">
|
|
<ImageView
|
|
android:layout_marginTop="@dimen/dp_16"
|
|
android:layout_marginLeft="@dimen/dp_43"
|
|
android:layout_marginRight="@dimen/dp_17"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_207"
|
|
android:src="@mipmap/top_creativity"/>
|
|
<LinearLayout
|
|
android:layout_marginTop="@dimen/dp_68"
|
|
android:layout_marginLeft="@dimen/dp_43"
|
|
android:layout_marginRight="@dimen/dp_43"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:layout_centerHorizontal="true">
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<ImageButton
|
|
android:layout_marginLeft="@dimen/dp_m_10"
|
|
android:id="@+id/return_btn"
|
|
android:layout_width="@dimen/dp_40"
|
|
android:layout_height="@dimen/dp_31"
|
|
android:src="@mipmap/return_lefts"
|
|
android:padding="@dimen/dp_10"
|
|
android:scaleType="fitXY"
|
|
android:background="@null"
|
|
android:layout_centerVertical="true"/>
|
|
|
|
<TextView
|
|
android:id="@+id/bangding"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:text="绑定已有车辆"
|
|
android:textColor="#999999"
|
|
android:textSize="@dimen/sp_15"
|
|
android:visibility="gone" />
|
|
</RelativeLayout>
|
|
<TextView
|
|
android:layout_marginTop="@dimen/dp_11"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="车辆信息"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_23"
|
|
/>
|
|
<TextView
|
|
android:id="@+id/del"
|
|
android:layout_marginTop="@dimen/dp_5"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="删除/解绑"
|
|
android:textColor="@color/theme_color"
|
|
android:textSize="@dimen/sp_15"
|
|
android:visibility="gone"
|
|
/>
|
|
<androidx.cardview.widget.CardView
|
|
android:layout_width="@dimen/dp_78"
|
|
android:layout_height="@dimen/dp_78"
|
|
app:cardBackgroundColor="#ccc"
|
|
android:layout_gravity="center"
|
|
app:cardCornerRadius="@dimen/dp_39">
|
|
|
|
<ImageView
|
|
android:id="@+id/carImage"
|
|
android:layout_width="@dimen/dp_78"
|
|
android:layout_height="@dimen/dp_78"
|
|
android:background="#EFEFEF"
|
|
android:src="@mipmap/icon_che_img"/>
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
<TextView
|
|
android:id="@+id/number"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:layout_marginTop="@dimen/dp_7"
|
|
android:text="请先上传资料"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_21" />
|
|
<TextView
|
|
android:id="@+id/type"
|
|
android:layout_marginTop="@dimen/dp_7"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15"
|
|
android:layout_gravity="center"
|
|
/>
|
|
|
|
<TextView
|
|
android:id="@+id/state"
|
|
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"
|
|
android:visibility="gone" />
|
|
<View
|
|
android:layout_marginTop="@dimen/dp_38"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_2"
|
|
android:background="#F6F6F9"/>
|
|
<RelativeLayout
|
|
android:id="@+id/r1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<LinearLayout
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
android:layout_marginBottom="@dimen/dp_20"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="行驶证信息"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15"
|
|
/>
|
|
<TextView
|
|
android:id="@+id/x_state"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="(未提交)"
|
|
android:textColor="@color/theme_color"
|
|
android:textSize="@dimen/sp_13"
|
|
android:visibility="gone"
|
|
/>
|
|
</LinearLayout>
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_6"
|
|
android:layout_height="@dimen/dp_10"
|
|
android:src="@mipmap/chevron"
|
|
android:scaleType="fitXY"
|
|
android:background="@null"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"/>
|
|
</RelativeLayout>
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_2"
|
|
android:background="#F6F6F9"/>
|
|
<RelativeLayout
|
|
android:id="@+id/r2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
android:layout_marginBottom="@dimen/dp_20"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="车辆照片"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15"
|
|
/>
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_6"
|
|
android:layout_height="@dimen/dp_10"
|
|
android:src="@mipmap/chevron"
|
|
android:scaleType="fitXY"
|
|
android:background="@null"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"/>
|
|
</RelativeLayout>
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_2"
|
|
android:background="#F6F6F9"/>
|
|
<RelativeLayout
|
|
android:id="@+id/r6"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
android:layout_marginBottom="@dimen/dp_20"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="nfc照片"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15"
|
|
/>
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_6"
|
|
android:layout_height="@dimen/dp_10"
|
|
android:src="@mipmap/chevron"
|
|
android:scaleType="fitXY"
|
|
android:background="@null"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"/>
|
|
</RelativeLayout>
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_2"
|
|
android:background="#F6F6F9"/>
|
|
<RelativeLayout
|
|
android:id="@+id/r7"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
android:layout_marginBottom="@dimen/dp_20"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="车辆登记证书照片"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15"
|
|
/>
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_6"
|
|
android:layout_height="@dimen/dp_10"
|
|
android:src="@mipmap/chevron"
|
|
android:scaleType="fitXY"
|
|
android:background="@null"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"/>
|
|
</RelativeLayout>
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_2"
|
|
android:background="#F6F6F9"/>
|
|
<RelativeLayout
|
|
android:id="@+id/r3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<LinearLayout
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
android:layout_marginBottom="@dimen/dp_20"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="道路运输证信息"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15"
|
|
/>
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="(4.5吨以上车辆需提交)"
|
|
android:textColor="#C4C4CE"
|
|
android:textSize="@dimen/sp_13"
|
|
/>
|
|
</LinearLayout>
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_6"
|
|
android:layout_height="@dimen/dp_10"
|
|
android:src="@mipmap/chevron"
|
|
android:scaleType="fitXY"
|
|
android:background="@null"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"/>
|
|
</RelativeLayout>
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_2"
|
|
android:background="#F6F6F9"/>
|
|
<RelativeLayout
|
|
android:id="@+id/r4"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<LinearLayout
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
android:layout_marginBottom="@dimen/dp_20"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="挂车行驶证信息"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15"
|
|
/>
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="(如有挂车)"
|
|
android:textColor="#C4C4CE"
|
|
android:textSize="@dimen/sp_13"
|
|
/>
|
|
</LinearLayout>
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_6"
|
|
android:layout_height="@dimen/dp_10"
|
|
android:src="@mipmap/chevron"
|
|
android:scaleType="fitXY"
|
|
android:background="@null"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"/>
|
|
</RelativeLayout>
|
|
<View
|
|
android:id="@+id/vs1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_2"
|
|
android:background="#F6F6F9"/>
|
|
<RelativeLayout
|
|
android:visibility="gone"
|
|
android:id="@+id/r5"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<LinearLayout
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
android:layout_marginBottom="@dimen/dp_20"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="挂车道路运输证信息"
|
|
android:textColor="#ff000000"
|
|
android:textSize="@dimen/sp_15"
|
|
/>
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="(如有挂车)"
|
|
android:textColor="#C4C4CE"
|
|
android:textSize="@dimen/sp_13"
|
|
/>
|
|
</LinearLayout>
|
|
<ImageView
|
|
android:layout_width="@dimen/dp_6"
|
|
android:layout_height="@dimen/dp_10"
|
|
android:src="@mipmap/chevron"
|
|
android:scaleType="fitXY"
|
|
android:background="@null"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"/>
|
|
</RelativeLayout>
|
|
<View
|
|
android:visibility="gone"
|
|
android:id="@+id/vs2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_2"
|
|
android:background="#F6F6F9"/>
|
|
<LinearLayout
|
|
android:layout_marginTop="@dimen/dp_20"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_83"
|
|
android:orientation="vertical"
|
|
android:background="@drawable/bg_qaingdan"
|
|
android:visibility="gone">
|
|
<TextView
|
|
android:layout_marginTop="@dimen/dp_19"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="车辆快速认证指南"
|
|
android:textColor="#ffffffff"
|
|
android:textSize="@dimen/sp_13"
|
|
android:layout_gravity="center"
|
|
/>
|
|
<TextView
|
|
android:layout_marginTop="@dimen/dp_7"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="200名司机已通过指南快速认证"
|
|
android:textColor="#ffffffff"
|
|
android:textSize="@dimen/sp_8"
|
|
android:layout_gravity="center"
|
|
/>
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
</RelativeLayout> |