From daad95eefa884411112b2fe02b9b19acff25d3bf Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 22 三月 2017 14:31:21 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_one.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 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 5f3a1f8..fe18849 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_one.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_one.xml @@ -16,10 +16,15 @@ android:layout_height="match_parent" android:layout_weight="1" > - <SurfaceView + <!--<SurfaceView android:id="@+id/surfaceview1" android:layout_width="match_parent" android:layout_height="match_parent"/> + --> + <SurfaceView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:id="@+id/surfaceview1" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="@dimen/view_size_50" -- Gitblit v1.8.0