From 9018fb23f94359c52489f12b4492c8bdf9adf731 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期二, 28 三月 2017 17:05:51 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 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 aabd0c3..827affb 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_register.xml
@@ -16,7 +16,7 @@
 
             <RelativeLayout
                 android:layout_width="match_parent"
-                android:layout_height="40dp">
+                android:layout_height="50dp">
                 <TextView
                     android:id="@+id/register_back"
                     android:layout_width="wrap_content"
@@ -24,16 +24,16 @@
                     android:text="&lt; 浜哄憳娉ㄥ唽"
                     android:layout_marginLeft="10dp"
                     android:gravity="center_vertical"
-                    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">
+                    android:orientation="horizontal"
+                    android:layout_alignParentBottom="true"
+                    android:layout_height="40dp">
                     <!--<ImageView
                         android:id="@+id/register_add"
                         android:src="@mipmap/ic_launcher"

--
Gitblit v1.8.0