river-lucky-driver/app/src/main/res/layout/item_wode_bottom.xml
2022-08-24 09:32:54 +08:00

212 lines
9.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:background="@drawable/bg_qaingdan"
android:id="@+id/item_wode_bottom">
<LinearLayout
android:layout_marginLeft="@dimen/dp_19"
android:layout_marginRight="@dimen/dp_19"
android:id="@+id/data_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<RelativeLayout
android:layout_marginTop="@dimen/dp_20"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
android:id="@+id/jump_CarData"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="管理车辆信息"
android:textColor="#ffffffff"
android:textSize="@dimen/sp_13"
/>
<ImageView
android:layout_marginLeft="@dimen/dp_8"
android:layout_width="@dimen/dp_6"
android:layout_height="@dimen/dp_12"
android:src="@mipmap/chevron3"
android:layout_gravity="center"/>
</LinearLayout>
<TextView
android:id="@+id/state"
android:layout_alignParentRight="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#ffffffff"
android:textSize="@dimen/sp_13"/>
</RelativeLayout>
<RelativeLayout
android:layout_marginTop="@dimen/dp_19"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="车牌号"
android:textColor="#ffffffff"
android:textSize="@dimen/sp_13"
android:alpha="0.7"
/>
<TextView
android:id="@+id/carNumber"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:text="无数据"
android:textColor="#ffffffff"
android:textSize="@dimen/sp_13" />
</RelativeLayout>
<RelativeLayout
android:layout_marginTop="@dimen/dp_10"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="车辆类型"
android:textColor="#ffffffff"
android:textSize="@dimen/sp_13"
android:alpha="0.7"
/>
<TextView
android:layout_alignParentRight="true"
android:id="@+id/type"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="无数据"
android:textColor="#ffffffff"
android:textSize="@dimen/sp_13" />
</RelativeLayout>
<RelativeLayout
android:layout_marginTop="@dimen/dp_10"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="车辆识别代码"
android:textColor="#ffffffff"
android:textSize="@dimen/sp_13"
android:alpha="0.7"
/>
<TextView
android:layout_alignParentRight="true"
android:id="@+id/vehicleNumber"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="无数据"
android:textColor="#ffffffff"
android:textSize="@dimen/sp_13" />
</RelativeLayout>
<RelativeLayout
android:layout_marginTop="@dimen/dp_10"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="车辆所有人"
android:textColor="#ffffffff"
android:textSize="@dimen/sp_13"
android:alpha="0.7"
/>
<TextView
android:layout_alignParentRight="true"
android:id="@+id/owner"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="无数据"
android:textColor="#ffffffff"
android:textSize="@dimen/sp_13" />
</RelativeLayout>
<RelativeLayout
android:layout_marginTop="@dimen/dp_10"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="行驶证有效期"
android:textColor="#ffffffff"
android:textSize="@dimen/sp_13"
android:alpha="0.7"
/>
<TextView
android:layout_alignParentRight="true"
android:id="@+id/drivingLicenseValidity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="无数据"
android:textColor="#ffffffff"
android:textSize="@dimen/sp_13" />
</RelativeLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/ins_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:visibility="gone">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="@dimen/dp_243"
android:orientation="vertical">
<androidx.cardview.widget.CardView
android:id="@+id/ins_che"
android:layout_marginLeft="@dimen/dp_74"
android:layout_marginRight="@dimen/dp_74"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_36"
app:cardCornerRadius="@dimen/dp_20"
android:layout_centerVertical="true">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="添加车辆"
android:textColor="@color/theme_color"
android:textSize="@dimen/sp_15"
android:layout_gravity="center"
/>
</androidx.cardview.widget.CardView>
<androidx.cardview.widget.CardView
android:id="@+id/bang_che"
android:layout_marginTop="@dimen/dp_13"
android:layout_marginLeft="@dimen/dp_74"
android:layout_marginRight="@dimen/dp_74"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_36"
app:cardCornerRadius="@dimen/dp_20"
app:cardElevation="@dimen/dp_0"
android:visibility="gone">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.cardview.widget.CardView
android:layout_margin="@dimen/dp_1"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardCornerRadius="@dimen/dp_19"
app:cardBackgroundColor="@color/theme_color"
android:alpha="0.6" />
</RelativeLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="绑定已有车辆"
android:textColor="#fff"
android:textSize="@dimen/sp_15"
android:layout_gravity="center"
/>
</androidx.cardview.widget.CardView>
</RelativeLayout>
</LinearLayout>
</LinearLayout>