From 8006b81236f61dabe3198eb98eae7676281b5243 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 30 三月 2017 11:57:00 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml |   32 ++++++++++++++++++++------------
 1 files changed, 20 insertions(+), 12 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml
index 827affb..e730176 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:tools="http://schemas.android.com/tools"
     android:id="@+id/register_base"
     android:orientation="vertical" android:layout_width="match_parent"
     android:background="@android:color/white"
@@ -76,7 +77,14 @@
                 android:layout_marginTop="10dp"
                 android:gravity="center_horizontal"
                 android:orientation="horizontal">
-                <TextView
+
+                <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"
@@ -84,7 +92,7 @@
                     android:text="閫夋嫨浜虹墿蹇収"
                     android:textSize="@dimen/text_size_normal"
                     android:textColor="@android:color/white"
-                    android:gravity="center"/>
+                    android:gravity="center"/>-->
                 <ImageView
                     android:id="@+id/register_update__photo"
                     android:layout_width="147dp"
@@ -117,23 +125,23 @@
                     android:layout_height="wrap_content"
                     android:orientation="vertical">
 
-                    <include layout="@layout/registe_edittext"
+                    <include layout="@layout/fragment_register_right_field"
                         android:id="@+id/register_name"
                         android:layout_height="wrap_content"
                         android:layout_width="278dp"/>
-                    <include layout="@layout/register_textview"
+                    <include layout="@layout/fragment_register_right_label"
                         android:id="@+id/register_gender"
                         android:layout_height="wrap_content"
                         android:layout_width="278dp"/>
-                    <include layout="@layout/register_textview"
+                    <include layout="@layout/fragment_register_right_label"
                         android:id="@+id/register_country"
                         android:layout_height="wrap_content"
                         android:layout_width="278dp"/>
-                    <include layout="@layout/register_textview"
+                    <include layout="@layout/fragment_register_right_label"
                         android:id="@+id/register_birthday"
                         android:layout_height="wrap_content"
                         android:layout_width="278dp"/>
-                    <include layout="@layout/register_textview"
+                    <include layout="@layout/fragment_register_right_label"
                         android:id="@+id/register_visitor_class"
                         android:layout_height="wrap_content"
                         android:layout_width="278dp"/>
@@ -144,23 +152,23 @@
                     android:layout_marginLeft="122dp"
                     android:orientation="vertical">
 
-                    <include layout="@layout/registe_edittext"
+                    <include layout="@layout/fragment_register_right_field"
                         android:id="@+id/register_phone"
                         android:layout_height="wrap_content"
                         android:layout_width="278dp"/>
-                    <include layout="@layout/register_textview"
+                    <include layout="@layout/fragment_register_right_label"
                         android:id="@+id/register_id_class"
                         android:layout_height="wrap_content"
                         android:layout_width="278dp"/>
-                    <include layout="@layout/registe_edittext"
+                    <include layout="@layout/fragment_register_right_field"
                         android:id="@+id/register_id_num"
                         android:layout_height="wrap_content"
                         android:layout_width="278dp"/>
-                    <include layout="@layout/registe_edittext"
+                    <include layout="@layout/fragment_register_right_field"
                         android:id="@+id/register_company"
                         android:layout_height="wrap_content"
                         android:layout_width="278dp"/>
-                    <include layout="@layout/registe_edittext"
+                    <include layout="@layout/fragment_register_right_field"
                         android:id="@+id/register_remark"
                         android:layout_height="wrap_content"
                         android:layout_width="278dp"/>

--
Gitblit v1.8.0