xuxiuxi
2017-03-30 db8f2f0495e0dc13616e88bc27f78a0d8d70ba29
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,19 +152,19 @@
                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>
                    android:background="@color/colorPrimary"/>
                <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"
                    android:background="@color/colorPrimary"
                    android:visibility="invisible"></View>
                    android:visibility="invisible"/>
            </LinearLayout>
        </RelativeLayout>
        <RelativeLayout
@@ -173,13 +173,13 @@
            android:layout_height="wrap_content"
            android:background="@android:color/white">
            <com.camnter.easyrecyclerview.widget.EasyRecyclerView
                android:id="@+id/recyclerview_register"
                android:id="@+id/fragment_supervisory_bottom_register_list"
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:orientation="vertical"/>
            <com.camnter.easyrecyclerview.widget.EasyRecyclerView
                android:id="@+id/recyclerview_user"
                android:id="@+id/fragment_supervisory_bottom_visitor_list"
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:visibility="gone"