<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:id="@+id/register_base"
|
android:orientation="vertical" android:layout_width="match_parent"
|
android:background="@android:color/white"
|
android:layout_height="match_parent">
|
|
<ScrollView
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="vertical">
|
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="30dp">
|
<TextView
|
android:id="@+id/register_back"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="< 人员注册"
|
android:layout_marginLeft="10dp"
|
android:layout_marginTop="10dp"
|
android:layout_centerVertical="true"
|
android:textColor="#8BD2F6"
|
/>
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:gravity="right"
|
android:layout_marginTop="10dp"
|
android:orientation="horizontal">
|
<ImageView
|
android:id="@+id/register_add"
|
android:src="@mipmap/ic_launcher"
|
android:layout_width="20dp"
|
android:layout_height="20dp" />
|
<ImageView
|
android:id="@+id/register_save"
|
android:layout_marginLeft="19dp"
|
android:layout_marginRight="35dp"
|
android:src="@mipmap/ic_launcher"
|
android:layout_width="20dp"
|
android:layout_height="20dp" />
|
</LinearLayout>
|
</RelativeLayout>
|
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="10dp"
|
android:gravity="center_horizontal"
|
android:orientation="horizontal">
|
<TextView
|
android:id="@+id/register_choose_photo"
|
android:layout_width="147dp"
|
android:layout_height="206dp"
|
android:background="@drawable/normal_choose_bcg"
|
android:text="选择人物快照"
|
android:textSize="@dimen/text_size_normal"
|
android:textColor="@android:color/white"
|
android:gravity="center"/>
|
<ImageView
|
android:id="@+id/register_update__photo"
|
android:layout_width="147dp"
|
android:layout_height="206dp"
|
android:background="@drawable/normal_choose_bcg"
|
android:text="点击上传照片"
|
android:layout_marginLeft="44dp"
|
android:layout_marginRight="56dp"
|
android:textSize="@dimen/text_size_normal"
|
android:textColor="@android:color/white"
|
android:gravity="center"/>
|
<TextView
|
android:id="@+id/register_idcard_photo"
|
android:layout_width="330dp"
|
android:layout_height="206dp"
|
android:background="@drawable/normal_choose_bcg"
|
android:text="证件快照"
|
android:textSize="@dimen/text_size_normal"
|
android:textColor="@android:color/white"
|
android:gravity="center"/>
|
</LinearLayout>
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="20dp"
|
android:layout_gravity="center_horizontal"
|
android:orientation="horizontal">
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:orientation="vertical">
|
|
<include layout="@layout/registe_edittext"
|
android:id="@+id/register_name"
|
android:layout_height="wrap_content"
|
android:layout_width="278dp"/>
|
<include layout="@layout/register_textview"
|
android:id="@+id/register_gender"
|
android:layout_height="wrap_content"
|
android:layout_width="278dp"/>
|
<include layout="@layout/register_textview"
|
android:id="@+id/register_country"
|
android:layout_height="wrap_content"
|
android:layout_width="278dp"/>
|
<include layout="@layout/register_textview"
|
android:id="@+id/register_birthday"
|
android:layout_height="wrap_content"
|
android:layout_width="278dp"/>
|
<include layout="@layout/register_textview"
|
android:id="@+id/register_visitor_class"
|
android:layout_height="wrap_content"
|
android:layout_width="278dp"/>
|
</LinearLayout>
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="122dp"
|
android:orientation="vertical">
|
|
<include layout="@layout/registe_edittext"
|
android:id="@+id/register_phone"
|
android:layout_height="wrap_content"
|
android:layout_width="278dp"/>
|
<include layout="@layout/register_textview"
|
android:id="@+id/register_id_class"
|
android:layout_height="wrap_content"
|
android:layout_width="278dp"/>
|
<include layout="@layout/registe_edittext"
|
android:id="@+id/register_id_num"
|
android:layout_height="wrap_content"
|
android:layout_width="278dp"/>
|
<include layout="@layout/registe_edittext"
|
android:id="@+id/register_company"
|
android:layout_height="wrap_content"
|
android:layout_width="278dp"/>
|
<include layout="@layout/registe_edittext"
|
android:id="@+id/register_remark"
|
android:layout_height="wrap_content"
|
android:layout_width="278dp"/>
|
</LinearLayout>
|
</LinearLayout>
|
</LinearLayout>
|
</ScrollView>
|
</LinearLayout>
|