From b8cb20f802a0aae906a33e2357050219fbe1aaf3 Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期五, 21 四月 2017 11:41:04 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml
index c9f6b7c..d0bc6d7 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml
@@ -38,8 +38,8 @@
             android:layout_weight="1"
             >
             <SurfaceView
-                android:layout_width="640px"
-                android:layout_height="480px"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
                 android:id="@+id/fragment_supervisory_enter_camera" />
             <RelativeLayout
                 android:layout_width="match_parent"
@@ -47,6 +47,7 @@
                 android:layout_alignParentBottom="true"
                 android:background="#40000000">
                 <TextView
+                    android:id="@+id/fragment_surveillance_enter_timer"
                     android:layout_width="wrap_content"
                     android:layout_height="wrap_content"
                     android:layout_centerVertical="true"
@@ -75,8 +76,8 @@
             >
             <SurfaceView
                 android:id="@+id/fragment_supervisory_exit_camera"
-                android:layout_width="640px"
-                android:layout_height="480px"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
                 />
 
             <RelativeLayout
@@ -91,7 +92,9 @@
                     android:textSize="@dimen/text_size_normal"
                     android:textColor="@android:color/white"
                     android:layout_marginLeft="16dp"
-                    android:text="2016骞�12鏈�5鏃�  17锛�03锛�42鍒�"/>
+                    android:text="2016骞�12鏈�5鏃�  17锛�03锛�42鍒�"
+                    android:id="@+id/fragment_surveillance_exit_timer"
+                    />
 
                 <TextView
                     android:layout_width="wrap_content"

--
Gitblit v1.8.0