|
|
@@ -0,0 +1,934 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:background="@color/background_color" |
|
|
|
android:orientation="vertical" |
|
|
|
tools:context=".project.ui.activity.after.LicensePlateOccupationInfoUpActivity"> |
|
|
|
|
|
|
|
<com.hjq.bar.TitleBar |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
app:leftIcon="@mipmap/back_black" |
|
|
|
app:lineVisible="false" |
|
|
|
app:title="解除车牌占用" |
|
|
|
app:titleColor="@color/black" /> |
|
|
|
|
|
|
|
<androidx.core.widget.NestedScrollView |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
style="@style/MatchWrap.Vertical" |
|
|
|
android:layout_marginHorizontal="@dimen/dp_15" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:background="@drawable/bg_white_radius" |
|
|
|
android:padding="@dimen/dp_15"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="基本信息" |
|
|
|
style="@style/blackTextStyleBold16"/> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:gravity="center" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:orientation="horizontal"> |
|
|
|
<com.ruffian.library.widget.RTextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
app:background_normal="@color/white" |
|
|
|
app:background_unable="@color/green01" |
|
|
|
app:text_color_normal="@color/green01" |
|
|
|
app:text_color_unable="@color/white" |
|
|
|
app:border_color_normal="@color/green01" |
|
|
|
app:border_width_normal="@dimen/dp_1" |
|
|
|
android:text="个人车辆" |
|
|
|
android:id="@+id/tv_owner_car" |
|
|
|
android:enabled="false" |
|
|
|
app:corner_radius_top_left="@dimen/dp_15" |
|
|
|
app:corner_radius_bottom_left="@dimen/dp_15" |
|
|
|
android:paddingVertical="8dp" |
|
|
|
android:paddingHorizontal="@dimen/dp_15"/> |
|
|
|
<com.ruffian.library.widget.RTextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
app:background_normal="@color/white" |
|
|
|
app:background_unable="@color/green01" |
|
|
|
app:text_color_normal="@color/green01" |
|
|
|
app:text_color_unable="@color/white" |
|
|
|
app:border_color_normal="@color/green01" |
|
|
|
app:border_width_normal="@dimen/dp_1" |
|
|
|
android:text="单位车辆" |
|
|
|
android:id="@+id/tv_dw_car" |
|
|
|
app:corner_radius_top_right="@dimen/dp_15" |
|
|
|
app:corner_radius_bottom_right="@dimen/dp_15" |
|
|
|
android:paddingVertical="8dp" |
|
|
|
android:paddingHorizontal="@dimen/dp_15"/> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/LLInputView" |
|
|
|
style="@style/MatchWrap.Horizontal" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:visibility="visible"> |
|
|
|
|
|
|
|
<FrameLayout style="@style/AutoWrap"> |
|
|
|
|
|
|
|
<com.parkingwang.keyboard.view.InputView |
|
|
|
android:id="@+id/inputView" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_42" |
|
|
|
app:pwkInputTextSize="@dimen/sp_16" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/quote" |
|
|
|
android:layout_width="@dimen/dp_35" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_gravity="right" |
|
|
|
android:background="@drawable/pwk_input_item_border_gray4" |
|
|
|
android:gravity="center" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="+" |
|
|
|
android:textColor="#10D09D" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_3" |
|
|
|
android:text="新能源" |
|
|
|
android:textColor="#10D09D" |
|
|
|
android:textSize="@dimen/sp_8" /> |
|
|
|
</LinearLayout> |
|
|
|
</FrameLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/LLColorLayout" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_10" |
|
|
|
android:animateLayoutChanges="true" |
|
|
|
android:animationCache="true" |
|
|
|
android:orientation="vertical" |
|
|
|
android:visibility="visible"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:gravity="center" |
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/layout1" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_36" |
|
|
|
android:layout_weight="1" |
|
|
|
android:background="@drawable/item_home_frame4" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingHorizontal="@dimen/dp_4"> |
|
|
|
|
|
|
|
<Button |
|
|
|
android:id="@+id/btnBlue" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="30dp" |
|
|
|
android:background="@drawable/plate1" |
|
|
|
android:text="蓝牌" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:textSize="13sp" |
|
|
|
tools:ignore="ButtonStyle" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/layout2" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_36" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingHorizontal="@dimen/dp_4"> |
|
|
|
|
|
|
|
<Button |
|
|
|
android:id="@+id/btnYellow" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="30dp" |
|
|
|
android:background="@drawable/plate2" |
|
|
|
android:text="黄牌" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:textSize="13sp" |
|
|
|
tools:ignore="ButtonStyle" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/layout6" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_36" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingHorizontal="@dimen/dp_4"> |
|
|
|
|
|
|
|
<Button |
|
|
|
android:id="@+id/btnGreen" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="30dp" |
|
|
|
android:background="@drawable/plate6" |
|
|
|
android:text="渐变绿牌" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:textSize="13sp" |
|
|
|
tools:ignore="ButtonStyle" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_10" |
|
|
|
android:gravity="center" |
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/layout4" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_36" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingHorizontal="@dimen/dp_4"> |
|
|
|
|
|
|
|
<Button |
|
|
|
android:id="@+id/btnWhite" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="30dp" |
|
|
|
android:background="@drawable/plate4" |
|
|
|
android:text="白牌" |
|
|
|
android:textColor="#666666" |
|
|
|
android:textSize="13sp" |
|
|
|
tools:ignore="ButtonStyle" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/layout3" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_36" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingHorizontal="@dimen/dp_4"> |
|
|
|
|
|
|
|
<Button |
|
|
|
android:id="@+id/btnBlack" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="30dp" |
|
|
|
android:background="@drawable/plate3" |
|
|
|
android:text="黑牌" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:textSize="13sp" |
|
|
|
tools:ignore="ButtonStyle" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/layout5" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_36" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingHorizontal="@dimen/dp_4"> |
|
|
|
|
|
|
|
<Button |
|
|
|
android:id="@+id/btnYellowGreen" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="30dp" |
|
|
|
android:background="@drawable/plate5" |
|
|
|
android:text="黄绿双拼" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:textSize="13sp" |
|
|
|
tools:ignore="ButtonStyle" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="34dp" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:orientation="horizontal"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="手机号码:" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<EditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:hint="请输入手机号码" |
|
|
|
style="@style/blackTextStyle14" |
|
|
|
android:gravity="right"/> |
|
|
|
</LinearLayout> |
|
|
|
<RadioGroup |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:checkedButton="@id/rb_1" |
|
|
|
android:orientation="horizontal"> |
|
|
|
<RadioButton |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="本人" |
|
|
|
android:layout_weight="1" |
|
|
|
android:id="@+id/rb_1"/> |
|
|
|
<RadioButton |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="非本人" |
|
|
|
android:layout_weight="1" |
|
|
|
android:id="@+id/rb_2"/> |
|
|
|
</RadioGroup> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
<com.ruffian.library.widget.RLinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginHorizontal="@dimen/dp_15" |
|
|
|
android:padding="@dimen/dp_15" |
|
|
|
app:background_normal="@color/white" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
app:corner_radius="@dimen/dp_10" |
|
|
|
android:orientation="vertical"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="身份证信息" |
|
|
|
style="@style/blackTextStyleBold16"/> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:id="@+id/ly_sfz" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:gravity="center"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:visibility="visible"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="申请人身份证正面" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<ImageView |
|
|
|
android:id="@+id/image1" |
|
|
|
android:layout_width="87.5dp" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_weight="1" |
|
|
|
android:src="@mipmap/identity_card1" |
|
|
|
tools:ignore="NestedWeights" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/choice1" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_30" |
|
|
|
android:background="@drawable/home_unm_bg3" |
|
|
|
android:gravity="center" |
|
|
|
android:text="拍摄人像面" |
|
|
|
android:textColor="#FFFFFF" |
|
|
|
android:textSize="@dimen/sp_12" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_marginLeft="@dimen/dp_15" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:visibility="visible"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="申请人身份证正面" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<ImageView |
|
|
|
android:id="@+id/image2" |
|
|
|
android:layout_width="87.5dp" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_weight="1" |
|
|
|
android:src="@mipmap/identity_card2" |
|
|
|
tools:ignore="NestedWeights" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/choice2" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_30" |
|
|
|
android:background="@drawable/home_unm_bg3" |
|
|
|
android:gravity="center" |
|
|
|
android:text="拍摄人像面" |
|
|
|
android:textColor="#FFFFFF" |
|
|
|
android:textSize="@dimen/sp_12" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="34dp" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:orientation="horizontal"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="申请人姓名:" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<EditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:hint="请输入姓名" |
|
|
|
android:id="@+id/et_apply_name" |
|
|
|
style="@style/blackTextStyle14" |
|
|
|
android:gravity="right"/> |
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="34dp" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:orientation="horizontal"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="证件号码:" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<EditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:hint="请输入证件号码" |
|
|
|
android:id="@+id/et_apply_idNum" |
|
|
|
style="@style/blackTextStyle14" |
|
|
|
android:gravity="right"/> |
|
|
|
</LinearLayout> |
|
|
|
</com.ruffian.library.widget.RLinearLayout> |
|
|
|
<com.ruffian.library.widget.RLinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginHorizontal="@dimen/dp_15" |
|
|
|
android:padding="@dimen/dp_15" |
|
|
|
app:background_normal="@color/white" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
app:corner_radius="@dimen/dp_10" |
|
|
|
android:orientation="vertical"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="行驶证信息" |
|
|
|
style="@style/blackTextStyleBold16"/> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:id="@+id/ly_xsz" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:gravity="center"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:visibility="visible"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="车辆行驶证正页" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<ImageView |
|
|
|
android:id="@+id/image3" |
|
|
|
android:layout_width="87.5dp" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_weight="1" |
|
|
|
android:src="@mipmap/identity_card1" |
|
|
|
tools:ignore="NestedWeights" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/choice3" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_30" |
|
|
|
android:background="@drawable/home_unm_bg3" |
|
|
|
android:gravity="center" |
|
|
|
android:text="行驶证正面" |
|
|
|
android:textColor="#FFFFFF" |
|
|
|
android:textSize="@dimen/sp_12" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_marginLeft="@dimen/dp_15" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:visibility="visible"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="车辆行驶证副页" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<ImageView |
|
|
|
android:id="@+id/image4" |
|
|
|
android:layout_width="87.5dp" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_weight="1" |
|
|
|
android:src="@mipmap/identity_card2" |
|
|
|
tools:ignore="NestedWeights" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/choice4" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_30" |
|
|
|
android:background="@drawable/home_unm_bg3" |
|
|
|
android:gravity="center" |
|
|
|
android:text="行驶证副页" |
|
|
|
android:textColor="#FFFFFF" |
|
|
|
android:textSize="@dimen/sp_12" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="34dp" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:orientation="horizontal"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="车牌号码:" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<EditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:hint="请输入车牌号码" |
|
|
|
android:id="@+id/et_plateNum" |
|
|
|
style="@style/blackTextStyle14" |
|
|
|
android:gravity="right"/> |
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="34dp" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:orientation="horizontal"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="车主姓名:" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<EditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:hint="请输入车主姓名" |
|
|
|
android:id="@+id/et_plate_ownerName" |
|
|
|
style="@style/blackTextStyle14" |
|
|
|
android:gravity="right"/> |
|
|
|
</LinearLayout> |
|
|
|
</com.ruffian.library.widget.RLinearLayout> |
|
|
|
<com.ruffian.library.widget.RLinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginHorizontal="@dimen/dp_15" |
|
|
|
android:padding="@dimen/dp_15" |
|
|
|
android:id="@+id/ly_dw" |
|
|
|
android:visibility="gone" |
|
|
|
tools:visibility="visible" |
|
|
|
app:background_normal="@color/white" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
|
|
|
|
app:corner_radius="@dimen/dp_10" |
|
|
|
android:orientation="vertical"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="单位资料信息" |
|
|
|
style="@style/blackTextStyleBold16"/> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:gravity="center"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:visibility="visible"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="单位营业执照" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<ImageView |
|
|
|
android:id="@+id/image5" |
|
|
|
android:layout_width="87.5dp" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_weight="1" |
|
|
|
android:src="@mipmap/identity_card1" |
|
|
|
tools:ignore="NestedWeights" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/choice5" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_30" |
|
|
|
android:background="@drawable/home_unm_bg3" |
|
|
|
android:gravity="center" |
|
|
|
android:text="营业执照" |
|
|
|
android:textColor="#FFFFFF" |
|
|
|
android:textSize="@dimen/sp_12" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_marginLeft="@dimen/dp_15" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:visibility="visible"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="单位授权书" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<ImageView |
|
|
|
android:id="@+id/image6" |
|
|
|
android:layout_width="87.5dp" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_weight="1" |
|
|
|
android:src="@mipmap/identity_card2" |
|
|
|
tools:ignore="NestedWeights" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/choice6" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_30" |
|
|
|
android:background="@drawable/home_unm_bg3" |
|
|
|
android:gravity="center" |
|
|
|
android:text="单位授权书" |
|
|
|
android:textColor="#FFFFFF" |
|
|
|
android:textSize="@dimen/sp_12" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="34dp" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:orientation="horizontal"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="单位名称:" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<EditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:hint="请输入单位名称" |
|
|
|
android:id="@+id/et_company_name" |
|
|
|
style="@style/blackTextStyle14" |
|
|
|
android:gravity="right"/> |
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="34dp" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:orientation="horizontal"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="单位证件号码:" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<EditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:hint="请输入单位证件号码" |
|
|
|
android:id="@+id/et_company_idNum" |
|
|
|
style="@style/blackTextStyle14" |
|
|
|
android:gravity="right"/> |
|
|
|
</LinearLayout> |
|
|
|
</com.ruffian.library.widget.RLinearLayout> |
|
|
|
<com.ruffian.library.widget.RLinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginHorizontal="@dimen/dp_15" |
|
|
|
android:padding="@dimen/dp_15" |
|
|
|
android:id="@+id/ly_fbr" |
|
|
|
android:visibility="gone" |
|
|
|
tools:visibility="visible" |
|
|
|
app:background_normal="@color/white" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
app:corner_radius="@dimen/dp_10" |
|
|
|
android:orientation="vertical"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="非本人资料信息" |
|
|
|
style="@style/blackTextStyleBold16"/> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:gravity="center"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:visibility="visible"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="车主身份证正面" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<ImageView |
|
|
|
android:id="@+id/image7" |
|
|
|
android:layout_width="87.5dp" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_weight="1" |
|
|
|
android:src="@mipmap/identity_card1" |
|
|
|
tools:ignore="NestedWeights" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/choice7" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_30" |
|
|
|
android:background="@drawable/home_unm_bg3" |
|
|
|
android:gravity="center" |
|
|
|
android:text="身份证正面" |
|
|
|
android:textColor="#FFFFFF" |
|
|
|
android:textSize="@dimen/sp_12" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_marginLeft="@dimen/dp_15" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:visibility="visible"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="车主身份证反面" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<ImageView |
|
|
|
android:id="@+id/image8" |
|
|
|
android:layout_width="87.5dp" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_weight="1" |
|
|
|
android:src="@mipmap/identity_card2" |
|
|
|
tools:ignore="NestedWeights" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/choice8" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_30" |
|
|
|
android:background="@drawable/home_unm_bg3" |
|
|
|
android:gravity="center" |
|
|
|
android:text="身份证反面" |
|
|
|
android:textColor="#FFFFFF" |
|
|
|
android:textSize="@dimen/sp_12" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:id="@+id/ly_fbr_sqs" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:gravity="center"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:visibility="visible"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="车主授权书" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<ImageView |
|
|
|
android:id="@+id/image9" |
|
|
|
android:layout_width="87.5dp" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_weight="1" |
|
|
|
android:src="@mipmap/identity_card1" |
|
|
|
tools:ignore="NestedWeights" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/choice9" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_30" |
|
|
|
android:background="@drawable/home_unm_bg3" |
|
|
|
android:gravity="center" |
|
|
|
android:text="授权书" |
|
|
|
android:textColor="#FFFFFF" |
|
|
|
android:textSize="@dimen/sp_12" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_marginLeft="@dimen/dp_15" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:gravity="center_horizontal" |
|
|
|
android:visibility="invisible"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="车主身份证反面" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<ImageView |
|
|
|
android:layout_width="87.5dp" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_weight="1" |
|
|
|
android:src="@mipmap/identity_card2" |
|
|
|
tools:ignore="NestedWeights" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_30" |
|
|
|
android:background="@drawable/home_unm_bg3" |
|
|
|
android:gravity="center" |
|
|
|
android:text="身份证反面" |
|
|
|
android:textColor="#FFFFFF" |
|
|
|
android:textSize="@dimen/sp_12" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="34dp" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:orientation="horizontal"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="车主姓名:" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<EditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:hint="请输入车主姓名" |
|
|
|
android:id="@+id/et_owner_name" |
|
|
|
style="@style/blackTextStyle14" |
|
|
|
android:gravity="right"/> |
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="34dp" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:orientation="horizontal"> |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="车主证件号码:" |
|
|
|
style="@style/blackTextStyle14"/> |
|
|
|
<EditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:hint="请输入车主证件号码" |
|
|
|
android:id="@+id/et_owner_idNum" |
|
|
|
style="@style/blackTextStyle14" |
|
|
|
android:gravity="right"/> |
|
|
|
</LinearLayout> |
|
|
|
</com.ruffian.library.widget.RLinearLayout> |
|
|
|
<com.ruffian.library.widget.RLinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
app:background_normal="@color/white" |
|
|
|
app:corner_radius_top_left="@dimen/dp_10" |
|
|
|
app:corner_radius_top_right="@dimen/dp_10" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:paddingVertical="@dimen/dp_15" |
|
|
|
android:orientation="vertical"> |
|
|
|
<com.ruffian.library.widget.RTextView |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_30" |
|
|
|
android:text="提交" |
|
|
|
style="@style/whiteTextStyle15" |
|
|
|
app:background_normal="@color/green01" |
|
|
|
android:gravity="center" |
|
|
|
android:id="@+id/btn_submit" |
|
|
|
app:corner_radius="@dimen/dp_20" |
|
|
|
android:layout_marginHorizontal="@dimen/dp_30"/> |
|
|
|
</com.ruffian.library.widget.RLinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
</androidx.core.widget.NestedScrollView> |
|
|
|
</LinearLayout> |