| | |
| | | |
| | | </RelativeLayout> |
| | | |
| | | <include layout="@layout/include_line"/> |
| | | |
| | | |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="70dp"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="9dp" |
| | | android:text="人脸识别照片" |
| | | android:textColor="#ff333333" |
| | | android:textSize="14sp" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentBottom="true" |
| | | android:layout_marginBottom="9dp" |
| | | android:text="本人人脸照片,头像完整,五官清晰可见" |
| | | android:textColor="#ffb0b0b0" |
| | | android:textSize="14sp" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_face" |
| | | android:layout_width="70dp" |
| | | android:layout_height="51dp" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:src="@mipmap/photo_update" /> |
| | | |
| | | <include |
| | | layout="@layout/include_line" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:layout_alignParentBottom="true" /> |
| | | |
| | | </RelativeLayout> |
| | | |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="70dp"> |