|
|
@@ -684,80 +684,77 @@ |
|
|
|
<!-- 证件正面 -->
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="@dimen/dp_220"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_marginBottom="@dimen/dp_10">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/iv_owner_pos_img"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="@dimen/dp_220"
|
|
|
|
android:background="@drawable/shape_plate_input_gray"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:src="@mipmap/identity_card1" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="正面:"
|
|
|
|
android:text="车主证件正面"
|
|
|
|
android:textColor="@color/text_gray"
|
|
|
|
android:textSize="@dimen/sp_12"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_marginEnd="@dimen/dp_10" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/iv_owner_pos_img"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@drawable/shape_plate_input_gray"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:src="@mipmap/ic_default_image" />
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_marginTop="@dimen/dp_8" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<!-- 证件反面 -->
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="@dimen/dp_220"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_marginBottom="@dimen/dp_10">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/iv_owner_neg_img"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="@dimen/dp_220"
|
|
|
|
android:background="@drawable/shape_plate_input_gray"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:src="@mipmap/identity_card2" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="反面:"
|
|
|
|
android:text="车主证件反面"
|
|
|
|
android:textColor="@color/text_gray"
|
|
|
|
android:textSize="@dimen/sp_12"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_marginEnd="@dimen/dp_10" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/iv_owner_neg_img"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@drawable/shape_plate_input_gray"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:src="@mipmap/ic_default_image" />
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_marginTop="@dimen/dp_8" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<!-- 授权书 -->
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="@dimen/dp_220"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/iv_proxy_img"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="@dimen/dp_220"
|
|
|
|
android:background="@drawable/shape_plate_input_gray"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:src="@mipmap/id_card_bg" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="授权书:"
|
|
|
|
android:text="授权书"
|
|
|
|
android:textColor="@color/text_gray"
|
|
|
|
android:textSize="@dimen/sp_12"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_marginEnd="@dimen/dp_10" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/iv_proxy_img"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@drawable/shape_plate_input_gray"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
android:src="@mipmap/ic_default_image" />
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_marginTop="@dimen/dp_8" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|