From 80f61dfdab1e7f7fabdfa0fb4931b5d585e4c7d9 Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期四, 02 三月 2017 09:49:32 +0800
Subject: [PATCH] 界面,以及部分jni

---
 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