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/fragment_one.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_one.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_one.xml
index ceb97af..93d9b55 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_one.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_one.xml
@@ -6,7 +6,7 @@
     android:layout_height="match_parent">
     <RelativeLayout
         android:layout_width="match_parent"
-        android:layout_height="25dp"
+        android:layout_height="30dp"
         android:background="@color/colorPrimary"
         >
         <TextView
@@ -14,7 +14,8 @@
             android:layout_height="wrap_content"
             android:text="瀹炴椂鐩戞帶"
             android:layout_centerVertical="true"
-            android:layout_marginLeft="5dp"
+            android:layout_marginLeft="10dp"
+            android:layout_marginTop="10dp"
             />
         <TextView
             android:layout_width="match_parent"

--
Gitblit v1.8.0