| | |
| | | <?xml version="1.0" encoding="utf-8"?>
|
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| | | xmlns:tools="http://schemas.android.com/tools"
|
| | | xmlns:register="http://schemas.android.com/apk/res-auto"
|
| | | android:id="@+id/fragment_register_linear_layout"
|
| | | android:orientation="vertical" android:layout_width="match_parent"
|
| | | android:background="@android:color/white"
|
| | |
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent"
|
| | | android:orientation="vertical">
|
| | |
|
| | |
|
| | | <RelativeLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="50dp">
|
| | | android:layout_height="@dimen/h50dp">
|
| | | <TextView
|
| | | android:id="@+id/fragment_register_back"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="match_parent"
|
| | | android:text="< 人员注册"
|
| | | android:layout_marginLeft="10dp"
|
| | | android:layout_marginLeft="@dimen/w10dp"
|
| | | android:gravity="center_vertical"
|
| | | android:layout_centerVertical="true"
|
| | | android:textColor="#8BD2F6"
|
| | | android:textSize="@dimen/w14dp"
|
| | | />
|
| | | <LinearLayout
|
| | | android:layout_width="match_parent"
|
| | | android:gravity="right"
|
| | | android:layout_marginTop="10dp"
|
| | | android:layout_marginTop="@dimen/h10dp"
|
| | | android:orientation="horizontal"
|
| | | android:layout_alignParentBottom="true"
|
| | | android:layout_height="40dp">
|
| | | <!--<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" />
|
| | | -->
|
| | | android:layout_height="@dimen/h40dp">
|
| | | <TextView
|
| | | android:id="@+id/register_add"
|
| | | android:layout_width="40dp"
|
| | | android:layout_height="36dp"
|
| | | android:id="@+id/fragment_register_add"
|
| | | android:layout_width="@dimen/w40dp"
|
| | | android:layout_height="@dimen/h36dp"
|
| | | android:gravity="center"
|
| | | android:layout_marginLeft="10dp"
|
| | | android:layout_marginLeft="@dimen/w10dp"
|
| | | android:textColor="@android:color/white"
|
| | | android:background="@drawable/main_btn_bcg"
|
| | | android:text="添加"/>
|
| | | android:background="@drawable/u249"
|
| | | android:text=""/>
|
| | | <TextView
|
| | | android:id="@+id/register_save"
|
| | | android:layout_width="40dp"
|
| | | android:layout_height="36dp"
|
| | | android:id="@+id/fragment_register_save"
|
| | | android:layout_width="@dimen/w40dp"
|
| | | android:layout_height="@dimen/h36dp"
|
| | | android:gravity="center"
|
| | | android:layout_marginLeft="10dp"
|
| | | android:layout_marginRight="10dp"
|
| | | android:layout_marginLeft="@dimen/w10dp"
|
| | | android:layout_marginRight="@dimen/h10dp"
|
| | | android:textColor="@android:color/white"
|
| | | android:background="@drawable/main_btn_bcg"
|
| | | android:text="保存"/>
|
| | | android:background="@drawable/u208"
|
| | | android:text=""/>
|
| | | </LinearLayout>
|
| | | </RelativeLayout>
|
| | |
|
| | |
|
| | | <LinearLayout
|
| | | <RelativeLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginTop="10dp"
|
| | | android:layout_marginTop="@dimen/h10dp"
|
| | | android:gravity="center_horizontal"
|
| | | android:orientation="horizontal">
|
| | |
|
| | | <com.facebook.drawee.view.SimpleDraweeView
|
| | | android:id="@+id/register_choose_photo"
|
| | | android:layout_width="147dp"
|
| | | android:layout_height="206dp"
|
| | | android:gravity="center"
|
| | | />
|
| | | <!--<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="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:gravity="center_horizontal"
|
| | | >
|
| | | <ImageView
|
| | | android:id="@+id/fragment_register_surveillance_photo"
|
| | | android:layout_width="@dimen/w197dp"
|
| | | android:layout_height="@dimen/h206dp"
|
| | | android:background="#07000000"
|
| | | android:gravity="center"
|
| | | android:adjustViewBounds="true"
|
| | | />
|
| | | <ImageView
|
| | | android:id="@+id/fragment_register_upload_custom_photo"
|
| | | android:layout_width="@dimen/w197dp"
|
| | | android:layout_height="@dimen/h206dp"
|
| | | android:background="#07000000"
|
| | | android:text="点击上传照片"
|
| | | android:layout_marginLeft="@dimen/w10dp"
|
| | | android:layout_marginRight="@dimen/w10dp"
|
| | | android:textSize="@dimen/w14dp"
|
| | | android:textColor="@android:color/white"
|
| | | android:gravity="center"
|
| | | android:adjustViewBounds="true"
|
| | | />
|
| | | <ImageView
|
| | | android:id="@+id/fragment_register_id_card_photo"
|
| | | android:layout_width="@dimen/w330dp"
|
| | | android:layout_height="@dimen/h206dp"
|
| | | android:background="#07000000"
|
| | | android:padding="0dp"
|
| | | android:adjustViewBounds="true"
|
| | | />
|
| | | </LinearLayout>
|
| | | <LinearLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:gravity="center_horizontal"
|
| | | >
|
| | | <ImageView
|
| | | android:id="@+id/fragment_register_surveillance_photo_placeholder_image"
|
| | | android:layout_width="@dimen/w197dp"
|
| | | android:layout_height="@dimen/h206dp"
|
| | | android:alpha="0.35"
|
| | | android:src="@drawable/u45"
|
| | | android:paddingLeft="@dimen/w10dp"
|
| | | android:paddingRight="@dimen/w10dp"
|
| | | android:paddingTop="@dimen/h70dp"
|
| | | />
|
| | | <ImageView
|
| | | android:id="@+id/fragment_register_upload_custom_photo_placeholder_image"
|
| | | android:layout_width="@dimen/w197dp"
|
| | | android:layout_height="@dimen/h206dp"
|
| | | android:alpha="0.35"
|
| | | android:text="点击上传照片"
|
| | | android:layout_marginLeft="@dimen/w10dp"
|
| | | android:layout_marginRight="@dimen/w10dp"
|
| | | android:textSize="@dimen/w14dp"
|
| | | android:textColor="@android:color/white"
|
| | | android:gravity="center"
|
| | | android:src="@drawable/u45"
|
| | | android:paddingLeft="@dimen/w10dp"
|
| | | android:paddingRight="@dimen/w10dp"
|
| | | android:paddingTop="@dimen/h70dp"
|
| | | />
|
| | | <ImageView
|
| | | android:id="@+id/fragment_register_id_card_photo_placeholder_image"
|
| | | android:layout_width="@dimen/w330dp"
|
| | | android:layout_height="@dimen/h206dp"
|
| | | android:alpha="0.35"
|
| | | android:src="@drawable/u117"
|
| | | android:padding="@dimen/w55dp"
|
| | | />
|
| | | </LinearLayout>
|
| | | <LinearLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:gravity="center_horizontal"
|
| | | >
|
| | | <TextView
|
| | | android:id="@+id/fragment_register_surveillance_photo_placeholder_text_view"
|
| | | android:layout_width="@dimen/w197dp"
|
| | | android:layout_height="@dimen/h206dp"
|
| | | android:gravity="center"
|
| | | android:text="选择\n人物照片"
|
| | | android:background="#00000000"
|
| | | android:textSize="@dimen/w16dp"
|
| | | android:paddingTop="@dimen/h70dp"
|
| | | />
|
| | | <TextView
|
| | | android:id="@+id/fragment_register_upload_custom_photo_placeholder_text_view"
|
| | | android:layout_width="@dimen/w197dp"
|
| | | android:layout_height="@dimen/h206dp"
|
| | | android:background="#00000000"
|
| | | android:text="点击\n上传照片"
|
| | | android:layout_marginLeft="@dimen/w10dp"
|
| | | android:layout_marginRight="@dimen/w10dp"
|
| | | android:textSize="@dimen/w16dp"
|
| | | android:gravity="center"
|
| | | android:paddingTop="@dimen/h70dp"
|
| | | />
|
| | | <TextView
|
| | | android:id="@+id/fragment_register_id_card_photo_placeholder_text_view"
|
| | | android:layout_width="@dimen/w330dp"
|
| | | android:layout_height="@dimen/h206dp"
|
| | | android:background="#00000000"
|
| | | android:textSize="@dimen/w20dp"
|
| | | android:text="证件快照"
|
| | | android:gravity="center|center_vertical"
|
| | | android:layout_gravity="center_vertical"
|
| | | />
|
| | | </LinearLayout>
|
| | | </RelativeLayout>
|
| | | <LinearLayout
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginTop="20dp"
|
| | | android:layout_marginTop="@dimen/h20dp"
|
| | | 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/fragment_register_right_field"
|
| | | android:id="@+id/register_name"
|
| | | <cn.com.basic.face.widget.register.RegisterRightFieldTextView
|
| | | android:id="@+id/fragment_register_name"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_width="278dp"/>
|
| | | <include layout="@layout/fragment_register_right_label"
|
| | | android:id="@+id/register_gender"
|
| | | android:layout_width="@dimen/w311dp"
|
| | | register:label="@string/title_name"
|
| | | />
|
| | | <cn.com.basic.face.widget.register.RegisterRightFieldLabelView
|
| | | android:id="@+id/fragment_register_gender"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_width="278dp"/>
|
| | | <include layout="@layout/fragment_register_right_label"
|
| | | android:id="@+id/register_country"
|
| | | android:layout_width="@dimen/w311dp"
|
| | | register:label="@string/title_sex"
|
| | | />
|
| | | <cn.com.basic.face.widget.register.RegisterRightFieldLabelView
|
| | | android:id="@+id/fragment_register_country"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_width="278dp"/>
|
| | | <include layout="@layout/fragment_register_right_label"
|
| | | android:id="@+id/register_birthday"
|
| | | android:layout_width="@dimen/w311dp"
|
| | | register:label="@string/title_nation"
|
| | | />
|
| | | <cn.com.basic.face.widget.register.RegisterRightFieldLabelView
|
| | | android:id="@+id/fragment_register_birthday"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_width="278dp"/>
|
| | | <include layout="@layout/fragment_register_right_label"
|
| | | android:id="@+id/register_visitor_class"
|
| | | android:layout_width="@dimen/w311dp"
|
| | | register:label="@string/title_birthday"
|
| | | />
|
| | | <cn.com.basic.face.widget.register.RegisterRightFieldLabelView
|
| | | android:id="@+id/fragment_register_visitor_class"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_width="278dp"/>
|
| | | android:layout_width="@dimen/w311dp"
|
| | | register:label="@string/title_visitorClass"
|
| | | />
|
| | | </LinearLayout>
|
| | | <LinearLayout
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_marginLeft="122dp"
|
| | | android:layout_marginLeft="@dimen/w122dp"
|
| | | android:orientation="vertical">
|
| | |
|
| | | <include layout="@layout/fragment_register_right_field"
|
| | | android:id="@+id/register_phone"
|
| | | <cn.com.basic.face.widget.register.RegisterRightFieldTextView
|
| | | android:id="@+id/fragment_register_phone"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_width="278dp"/>
|
| | | <include layout="@layout/fragment_register_right_label"
|
| | | android:id="@+id/register_id_class"
|
| | | android:layout_width="@dimen/w311dp"
|
| | | register:label="@string/title_phone"
|
| | | />
|
| | | <cn.com.basic.face.widget.register.RegisterRightFieldLabelView
|
| | | android:id="@+id/fragment_register_id_class"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_width="278dp"/>
|
| | | <include layout="@layout/fragment_register_right_field"
|
| | | android:id="@+id/register_id_num"
|
| | | android:layout_width="@dimen/w311dp"
|
| | | register:label="@string/title_idClass"
|
| | | />
|
| | | <cn.com.basic.face.widget.register.RegisterRightFieldTextView
|
| | | android:id="@+id/fragment_register_id_num"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_width="278dp"/>
|
| | | <include layout="@layout/fragment_register_right_field"
|
| | | android:id="@+id/register_company"
|
| | | android:layout_width="@dimen/w311dp"
|
| | | register:label="@string/title_idNumber"
|
| | | />
|
| | | <cn.com.basic.face.widget.register.RegisterRightFieldTextView
|
| | | android:id="@+id/fragment_register_company"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_width="278dp"/>
|
| | | <include layout="@layout/fragment_register_right_field"
|
| | | android:id="@+id/register_remark"
|
| | | android:layout_width="@dimen/w311dp"
|
| | | register:label="@string/title_companyName"
|
| | | />
|
| | | <cn.com.basic.face.widget.register.RegisterRightFieldTextView
|
| | | android:id="@+id/fragment_register_remark"
|
| | | android:layout_height="wrap_content"
|
| | | android:layout_width="278dp"/>
|
| | | android:layout_width="@dimen/w311dp"
|
| | | register:label="@string/title_remark"
|
| | | />
|
| | | </LinearLayout>
|
| | | </LinearLayout>
|
| | | </LinearLayout>
|