|
|
@@ -0,0 +1,760 @@ |
|
|
|
<?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:orientation="vertical"> |
|
|
|
|
|
|
|
<com.hjq.bar.TitleBar |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@drawable/video_ball_bg12" |
|
|
|
app:leftIcon="@mipmap/back_three" |
|
|
|
app:lineVisible="false" |
|
|
|
app:title="更换卡签" |
|
|
|
app:titleColor="#FFFFFF" /> |
|
|
|
|
|
|
|
<androidx.core.widget.NestedScrollView |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:animateLayoutChanges="true" |
|
|
|
android:animationCache="true" |
|
|
|
android:orientation="vertical" |
|
|
|
android:paddingHorizontal="@dimen/dp_15"> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/layout1" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@drawable/home_search_bar_gray_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:padding="@dimen/dp_15"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_15" |
|
|
|
android:text="上传身份证照片" |
|
|
|
android:textColor="#333333" |
|
|
|
android:textSize="@dimen/sp_12" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_155" |
|
|
|
android:gravity="center"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:visibility="visible"> |
|
|
|
|
|
|
|
<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> |
|
|
|
|
|
|
|
<View |
|
|
|
android:layout_width="@dimen/dp_20" |
|
|
|
android:layout_height="0dp" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:visibility="visible"> |
|
|
|
|
|
|
|
<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> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="拍摄规范如下:" |
|
|
|
android:textColor="#333333" |
|
|
|
android:textSize="@dimen/sp_12" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_12" |
|
|
|
android:text="请拍摄上传您本人的二代身份证原件;避免边框缺失、字体模糊、闪光、光线过暗、遮挡信息等情况。" |
|
|
|
android:textColor="#333333" |
|
|
|
android:textSize="@dimen/sp_10" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_9" |
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center" |
|
|
|
android:orientation="vertical" |
|
|
|
tools:ignore="UseCompoundDrawables"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="@dimen/dp_55" |
|
|
|
android:src="@mipmap/card_srat1" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_marginTop="@dimen/dp_5" |
|
|
|
android:text="标准" |
|
|
|
android:textColor="#333333" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="@dimen/dp_55" |
|
|
|
android:src="@mipmap/card_srat2" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_marginTop="@dimen/dp_5" |
|
|
|
android:text="边框缺失" |
|
|
|
android:textColor="#333333" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="@dimen/dp_55" |
|
|
|
android:src="@mipmap/card_srat3" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_marginTop="@dimen/dp_5" |
|
|
|
android:text="光线过暗" |
|
|
|
android:textColor="#333333" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" |
|
|
|
android:gravity="center" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="@dimen/dp_55" |
|
|
|
android:src="@mipmap/card_srat4" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_marginTop="@dimen/dp_5" |
|
|
|
android:text="曝光过度" |
|
|
|
android:textColor="#333333" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_14" |
|
|
|
android:layout_marginBottom="@dimen/dp_12" |
|
|
|
android:text="识别内容如下:" |
|
|
|
android:textColor="#333333" |
|
|
|
android:textSize="@dimen/sp_16" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@drawable/home_search_bar_gray_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:paddingHorizontal="@dimen/dp_15"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_45" |
|
|
|
android:background="#FFFFFF" |
|
|
|
android:gravity="center_vertical"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="@dimen/dp_110" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:drawableLeft="@mipmap/must" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:text="姓名" |
|
|
|
android:textSize="@dimen/sp_14" |
|
|
|
tools:ignore="UseCompatTextViewDrawableXml" /> |
|
|
|
|
|
|
|
<com.hjq.widget.view.ClearEditText |
|
|
|
android:id="@+id/text1" |
|
|
|
style="@style/EditTextStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:background="@color/white" |
|
|
|
android:drawablePadding="@dimen/dp_15" |
|
|
|
android:hint="请输入姓名" |
|
|
|
android:paddingHorizontal="@dimen/dp_20" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<View |
|
|
|
style="@style/VerticalLineStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="1dp" |
|
|
|
android:layout_marginHorizontal="@dimen/dp_10" |
|
|
|
tools:ignore="TooManyViews" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_45" |
|
|
|
android:background="#FFFFFF" |
|
|
|
android:gravity="center_vertical"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="@dimen/dp_110" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:drawableLeft="@mipmap/must" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:text="联系方式" |
|
|
|
android:textSize="@dimen/sp_14" |
|
|
|
tools:ignore="UseCompatTextViewDrawableXml" /> |
|
|
|
|
|
|
|
<com.hjq.widget.view.ClearEditText |
|
|
|
android:id="@+id/text2" |
|
|
|
style="@style/EditTextStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:background="@color/white" |
|
|
|
android:drawablePadding="@dimen/dp_15" |
|
|
|
android:hint="请输入手机号" |
|
|
|
android:paddingHorizontal="@dimen/dp_20" |
|
|
|
app:regexType="mobile" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<View |
|
|
|
style="@style/VerticalLineStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="1dp" |
|
|
|
android:layout_marginHorizontal="@dimen/dp_10" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="#FFFFFF" |
|
|
|
android:minHeight="@dimen/dp_45"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="@dimen/dp_110" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:drawableLeft="@mipmap/must" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:text="身份证号" |
|
|
|
android:textSize="@dimen/sp_14" |
|
|
|
tools:ignore="UseCompatTextViewDrawableXml" /> |
|
|
|
|
|
|
|
<com.hjq.widget.view.ClearEditText |
|
|
|
android:id="@+id/text3" |
|
|
|
style="@style/EditTextStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:drawablePadding="@dimen/dp_15" |
|
|
|
android:hint="请输入身份证号" |
|
|
|
android:minHeight="@dimen/dp_45" |
|
|
|
android:paddingHorizontal="@dimen/dp_20" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<View |
|
|
|
style="@style/VerticalLineStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="1dp" |
|
|
|
android:layout_marginHorizontal="@dimen/dp_10" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="#FFFFFF" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:minHeight="@dimen/dp_45"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="@dimen/dp_110" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:drawableLeft="@mipmap/must" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:text="地址" |
|
|
|
android:textSize="@dimen/sp_14" |
|
|
|
tools:ignore="UseCompatTextViewDrawableXml" /> |
|
|
|
|
|
|
|
<com.hjq.widget.view.ClearEditText |
|
|
|
android:id="@+id/text4" |
|
|
|
style="@style/EditTextStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:drawablePadding="@dimen/dp_15" |
|
|
|
android:hint="请输入地址" |
|
|
|
android:minHeight="@dimen/dp_45" |
|
|
|
android:paddingHorizontal="@dimen/dp_20" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<View |
|
|
|
style="@style/VerticalLineStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="1dp" |
|
|
|
android:layout_marginHorizontal="@dimen/dp_10" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_45" |
|
|
|
android:background="#FFFFFF" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="@dimen/dp_110" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:drawableLeft="@mipmap/must" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:text="证件有效期" |
|
|
|
android:textSize="@dimen/sp_14" |
|
|
|
tools:ignore="UseCompatTextViewDrawableXml" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/text5" |
|
|
|
style="@style/EditTextStyle" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_weight="1" |
|
|
|
android:background="@color/white" |
|
|
|
android:drawablePadding="@dimen/dp_15" |
|
|
|
android:hint="请选择过期时间" |
|
|
|
android:paddingHorizontal="@dimen/dp_20" /> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:src="@drawable/arrows_right_ic" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_12" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:paddingHorizontal="@dimen/dp_5" |
|
|
|
tools:ignore="UseCompoundDrawables"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:src="@mipmap/tips" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
android:text="如识别信息不准确,可自行修改,确认无误后,点击下一步" |
|
|
|
android:textColor="#FA8C16" |
|
|
|
android:textSize="@dimen/sp_10" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/layout2" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_12" |
|
|
|
android:orientation="vertical" |
|
|
|
android:visibility="gone" |
|
|
|
tools:visibility="visible"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_14" |
|
|
|
android:layout_marginBottom="@dimen/dp_12" |
|
|
|
android:text="经办人信息" |
|
|
|
android:textColor="#333333" |
|
|
|
android:textSize="@dimen/sp_16" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:padding="@dimen/dp_15"> |
|
|
|
|
|
|
|
<View style="@style/HorizontalLineStyle" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_155" |
|
|
|
android:gravity="center"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:visibility="visible"> |
|
|
|
|
|
|
|
<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: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> |
|
|
|
|
|
|
|
<View |
|
|
|
android:layout_width="@dimen/dp_20" |
|
|
|
android:layout_height="0dp" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:visibility="visible"> |
|
|
|
|
|
|
|
<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: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="@dimen/dp_155" |
|
|
|
android:gravity="center"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:visibility="visible"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:id="@+id/image5" |
|
|
|
android:layout_width="87.5dp" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_weight="1" |
|
|
|
android:paddingHorizontal="@dimen/dp_5" |
|
|
|
android:src="@mipmap/identity_card3" |
|
|
|
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> |
|
|
|
|
|
|
|
<View |
|
|
|
android:layout_width="@dimen/dp_20" |
|
|
|
android:layout_height="0dp" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:visibility="invisible"> |
|
|
|
|
|
|
|
<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> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_12" |
|
|
|
android:background="@drawable/home_unm_bg2" |
|
|
|
android:orientation="vertical" |
|
|
|
android:paddingHorizontal="@dimen/dp_15"> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="#FFFFFF" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:minHeight="@dimen/dp_45"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="@dimen/dp_110" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:drawableLeft="@mipmap/must" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:text="经办人姓名" |
|
|
|
android:textSize="@dimen/sp_14" |
|
|
|
tools:ignore="UseCompatTextViewDrawableXml" /> |
|
|
|
|
|
|
|
<com.hjq.widget.view.ClearEditText |
|
|
|
android:id="@+id/text6" |
|
|
|
style="@style/EditTextStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:drawablePadding="@dimen/dp_15" |
|
|
|
android:hint="请输入经办人姓名" |
|
|
|
android:minHeight="@dimen/dp_45" |
|
|
|
android:paddingHorizontal="@dimen/dp_20" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<View |
|
|
|
style="@style/VerticalLineStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="1dp" |
|
|
|
android:layout_marginHorizontal="@dimen/dp_10" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="#FFFFFF" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:minHeight="@dimen/dp_45"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="@dimen/dp_110" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:drawableLeft="@mipmap/must" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:text="经办人证件号" |
|
|
|
android:textSize="@dimen/sp_14" |
|
|
|
tools:ignore="UseCompatTextViewDrawableXml" /> |
|
|
|
|
|
|
|
<com.hjq.widget.view.ClearEditText |
|
|
|
android:id="@+id/text7" |
|
|
|
style="@style/EditTextStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:drawablePadding="@dimen/dp_15" |
|
|
|
android:hint="请输入经办人证件号" |
|
|
|
android:minHeight="@dimen/dp_45" |
|
|
|
android:paddingHorizontal="@dimen/dp_20" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<View |
|
|
|
style="@style/VerticalLineStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="1dp" |
|
|
|
android:layout_marginHorizontal="@dimen/dp_10" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="#FFFFFF" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:minHeight="@dimen/dp_45"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="@dimen/dp_110" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:drawableLeft="@mipmap/must" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:text="证件有效日期" |
|
|
|
android:textSize="@dimen/sp_14" |
|
|
|
tools:ignore="UseCompatTextViewDrawableXml" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/text8" |
|
|
|
style="@style/EditTextStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/white" |
|
|
|
android:drawablePadding="@dimen/dp_15" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:hint="请选择证件有效日期" |
|
|
|
android:minHeight="@dimen/dp_45" |
|
|
|
android:paddingHorizontal="@dimen/dp_20" /> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:src="@drawable/arrows_right_ic" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/dp_12" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:paddingHorizontal="@dimen/dp_5" |
|
|
|
tools:ignore="UseCompoundDrawables"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:src="@mipmap/tips" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="@dimen/dp_10" |
|
|
|
android:text="如识别信息不准确,可自行修改,确认无误后,点击下一步" |
|
|
|
android:textColor="#FA8C16" |
|
|
|
android:textSize="@dimen/sp_10" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<Button |
|
|
|
android:id="@+id/nextStep" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_45" |
|
|
|
android:layout_marginHorizontal="@dimen/dp_112" |
|
|
|
android:layout_marginTop="@dimen/dp_30" |
|
|
|
android:layout_marginBottom="@dimen/dp_20" |
|
|
|
android:background="@drawable/button_circle_selector3" |
|
|
|
android:text="下一步" |
|
|
|
android:textColor="#FFFFFF" /> |
|
|
|
</LinearLayout> |
|
|
|
</androidx.core.widget.NestedScrollView> |
|
|
|
</LinearLayout> |