From 4f40d5eea0b9ecefa80632c53d2c6e7f5cc6c35a Mon Sep 17 00:00:00 2001
From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期一, 24 七月 2017 13:25:47 +0800
Subject: [PATCH] 

---
 VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml |    6 +++++-
 1 files changed, 5 insertions(+), 1 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 8833908..873fb11 100644
--- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml
+++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_surveillance.xml
@@ -40,6 +40,7 @@
             android:layout_width="@dimen/view_size_0"
             android:layout_height="match_parent"
             android:layout_weight="1"
+            android:id="@+id/fragment_supervisory_enter_camera_relative_layout"
             >
             <SurfaceView
                 android:layout_width="wrap_content"
@@ -49,7 +50,8 @@
                 android:layout_width="match_parent"
                 android:layout_height="@dimen/h50dp"
                 android:layout_alignParentBottom="true"
-                android:background="#40000000">
+                android:background="#40000000"
+                >
                 <TextView
                     android:id="@+id/fragment_surveillance_enter_timer"
                     android:layout_width="wrap_content"
@@ -78,6 +80,7 @@
             android:layout_height="match_parent"
             android:layout_weight="1"
             android:layout_marginLeft="@dimen/w2dp"
+            android:id="@+id/fragment_supervisory_exit_camera_relative_layout"
             >
             <SurfaceView
                 android:id="@+id/fragment_supervisory_exit_camera"
@@ -120,6 +123,7 @@
         android:paddingRight="@dimen/h4dp"
         android:orientation="horizontal"
         android:layout_weight="0"
+        android:id="@+id/fragment_surveillance_bottom_linear_layout"
         >
         <RelativeLayout
             android:layout_width="wrap_content"

--
Gitblit v1.8.0