| | |
| | | <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" |
| | |
| | | > |
| | | <!--<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"/> |
| | | |
| | |
| | | <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" |
| | |
| | | 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" |
| | |
| | | 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" |