From 6e7ddb293e678d50c8ce2bd186f5630b81795237 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 30 三月 2017 15:18:54 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_supervisory.xml | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_supervisory.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_supervisory.xml index 93d9b55..f9974df 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_supervisory.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_supervisory.xml @@ -40,7 +40,7 @@ <SurfaceView android:layout_width="wrap_content" android:layout_height="wrap_content" - android:id="@+id/surfaceview1" /> + android:id="@+id/fragment_supervisory_enter_camera" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="@dimen/view_size_50" @@ -75,7 +75,7 @@ > <!--<com.bsk.zhangbo.demoforbsk.widget.MyGLSurfaceView--> <SurfaceView - android:id="@+id/surfaceview2" + android:id="@+id/fragment_supervisory_exit_camera" android:layout_width="match_parent" android:layout_height="match_parent"/> @@ -119,10 +119,10 @@ <RadioGroup android:layout_width="64dp" android:layout_height="match_parent" - android:id="@+id/radio_group"> + android:id="@+id/fragment_supervisory_bottom_left_radio_group"> <RadioButton - android:id="@+id/radio1" + android:id="@+id/fragment_supervisory_bottom_visitor_radio_button" android:layout_width="match_parent" android:layout_height="@dimen/view_size_0" android:layout_weight="1" @@ -135,7 +135,7 @@ android:text="璁垮"/> <RadioButton - android:id="@+id/radio2" + android:id="@+id/fragment_supervisory_bottom_attendance_radio_button" android:layout_width="match_parent" android:layout_height="@dimen/view_size_0" android:layout_weight="1" @@ -152,14 +152,14 @@ android:orientation="vertical"> <View - android:id="@+id/radio_line1" + android:id="@+id/fragment_supervisory_bottom_visitor_background" android:layout_width="match_parent" android:layout_height="@dimen/view_size_0" android:layout_weight="1" android:background="@color/colorPrimary"></View> <View - android:id="@+id/radio_line2" + android:id="@+id/fragment_supervisory_bottom_attendance_background" android:layout_width="match_parent" android:layout_height="@dimen/view_size_0" android:layout_weight="1" -- Gitblit v1.8.0