From 92c64518167ec4f4ce93e77e533898c164d2cf03 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期一, 27 三月 2017 16:51:51 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/res/layout/tel_phone_left.xml |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/tel_phone_left.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/tel_phone_left.xml
index 6a7f83c..c64eaaf 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/tel_phone_left.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/tel_phone_left.xml
@@ -2,18 +2,22 @@
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:orientation="vertical" android:layout_width="match_parent"
     android:layout_height="match_parent">
+
+    <TextView
+        android:id="@+id/tel_phone_back"
+        android:layout_width="wrap_content"
+        android:layout_height="30dp"
+        android:text="&lt; 鐢佃瘽鍛煎彨"
+        android:layout_marginLeft="10dp"
+        android:layout_marginTop="10dp"
+        android:layout_centerVertical="true"
+        android:textColor="#8BD2F6"
+        />
     <RelativeLayout
         android:layout_width="match_parent"
-        android:layout_height="wrap_content">
-        <TextView
-            android:id="@+id/visitor_register_back"
-            android:layout_width="wrap_content"
-            android:layout_height="wrap_content"
-            android:text="&lt; 鏉ヨ鐧昏"
-            android:layout_marginLeft="3dp"
-            android:layout_centerVertical="true"
-            android:textColor="#8BD2F6"
-            />
+        android:layout_height="wrap_content"
+        android:visibility="gone">
+
         <RadioGroup
             android:id="@+id/visitor_register_radio"
             android:layout_width="match_parent"

--
Gitblit v1.8.0