lmw
2024-06-13 1128afd3a9e45d09d8c345d2ed901a1e585a4393
app/src/main/res/layout/driver_two.xml
@@ -406,6 +406,46 @@
    </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">