From 95e989938169a6e892f19f2ef5d19d0d9b9ce65d Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期一, 27 三月 2017 13:45:15 +0800
Subject: [PATCH]
---
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_one.xml | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 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 260278e..ceb97af 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_one.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_one.xml
@@ -4,7 +4,27 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
+ <RelativeLayout
+ android:layout_width="match_parent"
+ android:layout_height="25dp"
+ android:background="@color/colorPrimary"
+ >
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="瀹炴椂鐩戞帶"
+ android:layout_centerVertical="true"
+ android:layout_marginLeft="5dp"
+ />
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="浜鸿劯璇嗗埆璁垮绯荤粺"
+ android:gravity="center"
+ android:layout_centerInParent="true"
+ />
+ </RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="350dp"
--
Gitblit v1.8.0