From 599915cd0f8cc7443a83e884a3ab7e22b54ac758 Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期五, 03 三月 2017 16:01:23 +0800
Subject: [PATCH] add script path
---
VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/fragment_one.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/fragment_one.xml b/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/fragment_one.xml
index 1c727ff..6cffc64 100644
--- a/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/fragment_one.xml
+++ b/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/fragment_one.xml
@@ -17,9 +17,9 @@
android:layout_weight="1"
>
<SurfaceView
+ android:id="@+id/surfaceview1"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@mipmap/ic_launcher"/>
+ android:layout_height="match_parent"/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="@dimen/view_size_50"
--
Gitblit v1.8.0