From 8eba4786474eb6ec2861f37bc628d8d5f0aa0d96 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 12 七月 2017 14:09:42 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visitor_register.xml | 46 +++++++++++++++++++++++----------------------- 1 files changed, 23 insertions(+), 23 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visitor_register.xml similarity index 86% rename from VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml rename to VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visitor_register.xml index ff569af..fb0f669 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_visitor_register.xml @@ -2,7 +2,7 @@ <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:id="@+id/fragment_visitor_register_linear_layout" android:orientation="vertical" android:layout_width="match_parent" android:background="@android:color/white" android:layout_height="match_parent"> @@ -18,7 +18,7 @@ android:layout_width="match_parent" android:layout_height="@dimen/h50dp"> <TextView - android:id="@+id/fragment_register_back" + android:id="@+id/fragment_visitor_register_back" android:layout_width="wrap_content" android:layout_height="match_parent" android:text="< 浜哄憳娉ㄥ唽" @@ -36,7 +36,7 @@ android:layout_alignParentBottom="true" android:layout_height="@dimen/h40dp"> <TextView - android:id="@+id/fragment_register_add" + android:id="@+id/fragment_visitor_register_add" android:layout_width="@dimen/w40dp" android:layout_height="@dimen/h36dp" android:gravity="center" @@ -45,7 +45,7 @@ android:background="@drawable/u249" android:text=""/> <TextView - android:id="@+id/fragment_register_save" + android:id="@+id/fragment_visitor_register_save" android:layout_width="@dimen/w40dp" android:layout_height="@dimen/h36dp" android:gravity="center" @@ -68,7 +68,7 @@ android:gravity="center_horizontal" > <ImageView - android:id="@+id/fragment_register_surveillance_photo" + android:id="@+id/fragment_visitor_register_surveillance_photo" android:layout_width="@dimen/w197dp" android:layout_height="@dimen/h206dp" android:background="#07000000" @@ -76,7 +76,7 @@ android:adjustViewBounds="true" /> <ImageView - android:id="@+id/fragment_register_upload_custom_photo" + android:id="@+id/fragment_visitor_register_upload_custom_photo" android:layout_width="@dimen/w197dp" android:layout_height="@dimen/h206dp" android:background="#07000000" @@ -89,7 +89,7 @@ android:adjustViewBounds="true" /> <ImageView - android:id="@+id/fragment_register_id_card_photo" + android:id="@+id/fragment_visitor_register_id_card_photo" android:layout_width="@dimen/w330dp" android:layout_height="@dimen/h206dp" android:background="#07000000" @@ -103,7 +103,7 @@ android:gravity="center_horizontal" > <ImageView - android:id="@+id/fragment_register_surveillance_photo_placeholder_image" + android:id="@+id/fragment_visitor_register_surveillance_photo_placeholder_image" android:layout_width="@dimen/w197dp" android:layout_height="@dimen/h206dp" android:alpha="0.35" @@ -113,7 +113,7 @@ android:paddingTop="@dimen/h70dp" /> <ImageView - android:id="@+id/fragment_register_upload_custom_photo_placeholder_image" + android:id="@+id/fragment_visitor_register_upload_custom_photo_placeholder_image" android:layout_width="@dimen/w197dp" android:layout_height="@dimen/h206dp" android:alpha="0.35" @@ -129,7 +129,7 @@ android:paddingTop="@dimen/h70dp" /> <ImageView - android:id="@+id/fragment_register_id_card_photo_placeholder_image" + android:id="@+id/fragment_visitor_register_id_card_photo_placeholder_image" android:layout_width="@dimen/w330dp" android:layout_height="@dimen/h206dp" android:alpha="0.35" @@ -143,7 +143,7 @@ android:gravity="center_horizontal" > <TextView - android:id="@+id/fragment_register_surveillance_photo_placeholder_text_view" + android:id="@+id/fragment_visitor_register_surveillance_photo_placeholder_text_view" android:layout_width="@dimen/w197dp" android:layout_height="@dimen/h206dp" android:gravity="center" @@ -153,7 +153,7 @@ android:paddingTop="@dimen/h70dp" /> <TextView - android:id="@+id/fragment_register_upload_custom_photo_placeholder_text_view" + android:id="@+id/fragment_visitor_register_upload_custom_photo_placeholder_text_view" android:layout_width="@dimen/w197dp" android:layout_height="@dimen/h206dp" android:background="#00000000" @@ -165,7 +165,7 @@ android:paddingTop="@dimen/h70dp" /> <TextView - android:id="@+id/fragment_register_id_card_photo_placeholder_text_view" + android:id="@+id/fragment_visitor_register_id_card_photo_placeholder_text_view" android:layout_width="@dimen/w330dp" android:layout_height="@dimen/h206dp" android:background="#00000000" @@ -187,31 +187,31 @@ android:layout_height="wrap_content" android:orientation="vertical"> <cn.com.basic.face.widget.register.RegisterRightFieldTextView - android:id="@+id/fragment_register_name" + android:id="@+id/fragment_visitor_register_name" android:layout_height="wrap_content" android:layout_width="@dimen/w311dp" register:label="@string/title_name" /> <cn.com.basic.face.widget.register.RegisterRightFieldLabelView - android:id="@+id/fragment_register_gender" + android:id="@+id/fragment_visitor_register_gender" android:layout_height="wrap_content" android:layout_width="@dimen/w311dp" register:label="@string/title_sex" /> <cn.com.basic.face.widget.register.RegisterRightFieldLabelView - android:id="@+id/fragment_register_country" + android:id="@+id/fragment_visitor_register_country" android:layout_height="wrap_content" android:layout_width="@dimen/w311dp" register:label="@string/title_nation" /> <cn.com.basic.face.widget.register.RegisterRightFieldLabelView - android:id="@+id/fragment_register_birthday" + android:id="@+id/fragment_visitor_register_birthday" android:layout_height="wrap_content" 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:id="@+id/fragment_visitor_register_visitor_class" android:layout_height="wrap_content" android:layout_width="@dimen/w311dp" register:label="@string/title_visitorClass" @@ -223,31 +223,31 @@ android:layout_marginLeft="@dimen/w122dp" android:orientation="vertical"> <cn.com.basic.face.widget.register.RegisterRightFieldTextView - android:id="@+id/fragment_register_phone" + android:id="@+id/fragment_visitor_register_phone" android:layout_height="wrap_content" 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:id="@+id/fragment_visitor_register_id_class" android:layout_height="wrap_content" 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:id="@+id/fragment_visitor_register_id_num" android:layout_height="wrap_content" android:layout_width="@dimen/w311dp" register:label="@string/title_idNumber" /> <cn.com.basic.face.widget.register.RegisterRightFieldTextView - android:id="@+id/fragment_register_company" + android:id="@+id/fragment_visitor_register_company" android:layout_height="wrap_content" android:layout_width="@dimen/w311dp" register:label="@string/title_companyName" /> <cn.com.basic.face.widget.register.RegisterRightFieldTextView - android:id="@+id/fragment_register_remark" + android:id="@+id/fragment_visitor_register_remark" android:layout_height="wrap_content" android:layout_width="@dimen/w311dp" register:label="@string/title_remark" -- Gitblit v1.8.0