|
|
@@ -684,77 +684,83 @@ |
|
|
|
<!-- 证件正面 -->
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="@dimen/dp_220"
|
|
|
|
android:background="@drawable/home_unm_bg2"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:visibility="visible"
|
|
|
|
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" />
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:src="@mipmap/identity_card1"
|
|
|
|
android:scaleType="fitCenter" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="@dimen/dp_30"
|
|
|
|
android:background="@drawable/home_unm_bg3"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="车主证件正面"
|
|
|
|
android:textColor="@color/text_gray"
|
|
|
|
android:textSize="@dimen/sp_12"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_marginTop="@dimen/dp_8" />
|
|
|
|
android:textColor="#FFFFFF"
|
|
|
|
android:textSize="@dimen/sp_12" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<!-- 证件反面 -->
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="@dimen/dp_220"
|
|
|
|
android:background="@drawable/home_unm_bg2"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:visibility="visible"
|
|
|
|
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" />
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:src="@mipmap/identity_card2"
|
|
|
|
android:scaleType="fitCenter" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="@dimen/dp_30"
|
|
|
|
android:background="@drawable/home_unm_bg3"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="车主证件反面"
|
|
|
|
android:textColor="@color/text_gray"
|
|
|
|
android:textSize="@dimen/sp_12"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_marginTop="@dimen/dp_8" />
|
|
|
|
android:textColor="#FFFFFF"
|
|
|
|
android:textSize="@dimen/sp_12" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<!-- 授权书 -->
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical">
|
|
|
|
android:layout_height="@dimen/dp_220"
|
|
|
|
android:background="@drawable/home_unm_bg2"
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:visibility="visible">
|
|
|
|
|
|
|
|
<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" />
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:src="@mipmap/id_card_bg"
|
|
|
|
android:scaleType="fitCenter" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="@dimen/dp_30"
|
|
|
|
android:background="@drawable/home_unm_bg3"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="授权书"
|
|
|
|
android:textColor="@color/text_gray"
|
|
|
|
android:textSize="@dimen/sp_12"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_marginTop="@dimen/dp_8" />
|
|
|
|
android:textColor="#FFFFFF"
|
|
|
|
android:textSize="@dimen/sp_12" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|