49 lines
1.7 KiB
XML
49 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:paddingLeft="40px"
|
|
android:paddingRight="40px"
|
|
android:gravity="center_vertical">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="40dp"
|
|
android:layout_marginRight="40dp"
|
|
android:background="@mipmap/icon_renliannn">
|
|
|
|
<ImageView
|
|
android:id="@+id/close"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentTop="true"
|
|
android:layout_marginRight="70dp"
|
|
android:visibility="invisible"
|
|
android:layout_marginTop="70dp"
|
|
android:background="@drawable/close" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_marginTop="30dp"
|
|
android:layout_height="wrap_content">
|
|
<Button
|
|
android:id="@+id/btn_oreder_back"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="40dp"
|
|
android:layout_marginLeft="40dp"
|
|
android:layout_marginRight="40dp"
|
|
android:layout_centerHorizontal="true"
|
|
android:gravity="center"
|
|
android:background="@drawable/bg_btn_yellow"
|
|
android:textColor="@color/white"
|
|
android:text="好的,去上传人脸照片" />
|
|
/>
|
|
</RelativeLayout>
|
|
|
|
</LinearLayout>
|