|
|
@@ -159,6 +159,121 @@ |
|
|
|
android:textSize="@dimen/sp_16" |
|
|
|
android:textStyle="bold" /> |
|
|
|
|
|
|
|
<!-- 办理人证件照片显示 --> |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/dp_155" |
|
|
|
android:layout_marginLeft="@dimen/dp_15" |
|
|
|
android:layout_marginRight="@dimen/dp_15" |
|
|
|
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/tvAgentIdCardFront" |
|
|
|
android:layout_width="@dimen/dp_100" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_weight="1" |
|
|
|
android:src="@mipmap/identity_card1" /> |
|
|
|
|
|
|
|
<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/tvAgentIdCardBack" |
|
|
|
android:layout_width="@dimen/dp_100" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_weight="1" |
|
|
|
android:src="@mipmap/identity_card2" /> |
|
|
|
|
|
|
|
<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:layout_marginLeft="@dimen/dp_15" |
|
|
|
android:layout_marginRight="@dimen/dp_15" |
|
|
|
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/tvAgentProxyDoc" |
|
|
|
android:layout_width="@dimen/dp_100" |
|
|
|
android:layout_height="0dp" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_weight="1" |
|
|
|
android:src="@mipmap/identity_card1" /> |
|
|
|
|
|
|
|
<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" /> |
|
|
|
|
|
|
|
<!-- 占位空间,保持布局对称 --> |
|
|
|
<View |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/dp_120" |
|
|
|
android:layout_weight="1" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<!-- 办理人详细信息显示 --> |
|
|
|
<com.ruffian.library.widget.RLinearLayout |
|
|
|
android:layout_width="match_parent" |