pans
2017-08-30 71c92f101b6c8b4a678a8c3cfe2d8edbf488efa4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="@dimen/h30dp"
        android:background="@color/colorPrimary"
        android:visibility="gone"
        >
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="实时监控"
            android:textSize="@dimen/w14dp"
            android:layout_centerVertical="true"
            android:layout_marginLeft="@dimen/w10dp"
            android:layout_marginTop="@dimen/h10dp"
            />
        <TextView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="人脸识别访客系统"
            android:gravity="center"
            android:textSize="@dimen/w14dp"
            android:layout_centerInParent="true"
            />
 
    </RelativeLayout>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:orientation="horizontal"
        android:paddingLeft="@dimen/w2dp"
        android:paddingRight="@dimen/w2dp"
        android:layout_weight="1"
        android:visibility="gone"
        >
        <RelativeLayout
            android:layout_width="@dimen/view_size_0"
            android:layout_height="match_parent"
            android:layout_weight="1"
            android:id="@+id/fragment_supervisory_enter_camera_relative_layout"
            >
            <SurfaceView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:id="@+id/fragment_supervisory_enter_camera"
                />
            <TextureView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:id="@+id/fragment_supervisory_enter_camera_texture_view"
                android:visibility="gone"
                />
            <RelativeLayout
                android:layout_width="match_parent"
                android:layout_height="@dimen/h50dp"
                android:layout_alignParentBottom="true"
                android:background="#40000000"
                >
                <TextView
                    android:id="@+id/fragment_surveillance_enter_timer"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_centerVertical="true"
                    android:textSize="@dimen/w14dp"
                    android:textColor="@android:color/white"
                    android:layout_marginLeft="@dimen/w16dp"
                    android:text="2016年12月5日  17:03:42分"
                    android:visibility="gone"
                    />
                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_centerVertical="true"
                    android:textSize="@dimen/w14dp"
                    android:textColor="@android:color/white"
                    android:layout_alignParentRight="true"
                    android:background="@drawable/surface_info_bcg"
                    android:text="摄像机进"
                    android:layout_marginRight="@dimen/w122dp"/>
            </RelativeLayout>
        </RelativeLayout>
        <RelativeLayout
            android:layout_width="@dimen/view_size_0"
            android:layout_height="match_parent"
            android:layout_weight="1"
            android:layout_marginLeft="@dimen/w2dp"
            android:id="@+id/fragment_supervisory_exit_camera_relative_layout"
            >
            <SurfaceView
                android:id="@+id/fragment_supervisory_exit_camera"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                />
            <TextureView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:id="@+id/fragment_supervisory_exit_camera_texture_view"
                android:visibility="gone"
                />
            <RelativeLayout
                android:layout_width="match_parent"
                android:layout_height="@dimen/h50dp"
                android:layout_alignParentBottom="true"
                android:background="#40000000">
                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_centerVertical="true"
                    android:textSize="@dimen/w14dp"
                    android:textColor="@android:color/white"
                    android:layout_marginLeft="@dimen/w16dp"
                    android:text="2016年12月5日  17:03:42分"
                    android:id="@+id/fragment_surveillance_exit_timer"
                    android:visibility="gone"
                    />
                <TextView
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_centerVertical="true"
                    android:textSize="@dimen/w14dp"
                    android:textColor="@android:color/white"
                    android:layout_alignParentRight="true"
                    android:background="@drawable/surface_info_bcg"
                    android:text="摄像机出"
                    android:layout_marginRight="@dimen/w12dp"/>
            </RelativeLayout>
        </RelativeLayout>
    </LinearLayout>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="@dimen/h290dp"
        android:layout_marginTop="@dimen/h4dp"
        android:paddingRight="@dimen/h4dp"
        android:orientation="horizontal"
        android:layout_weight="0"
        android:id="@+id/fragment_surveillance_bottom_linear_layout"
        >
        <RelativeLayout
            android:layout_width="wrap_content"
            android:layout_height="match_parent">
            <RadioGroup
                android:layout_width="@dimen/w64dp"
                android:layout_height="match_parent"
                android:id="@+id/fragment_supervisory_bottom_left_radio_group">
 
                <RadioButton
                    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:textColor="@color/colorPrimary"
                    android:textSize="@dimen/w16dp"
                    android:button="@null"
                    android:gravity="center"
                    android:checked="true"
                    android:background="@drawable/one_bottom_tab_bcg"
                    android:text="访客"/>
 
                <RadioButton
                    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:button="@null"
                    android:gravity="center"
                    android:textColor="@color/colorPrimary"
                    android:textSize="@dimen/w16dp"
                    android:background="@drawable/one_bottom_tab_bcg"
                    android:text="考勤"/>
            </RadioGroup>
            <LinearLayout
                android:layout_width="@dimen/w5dp"
                android:layout_height="match_parent"
                android:orientation="vertical">
                <View
                    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: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"/>
            </LinearLayout>
        </RelativeLayout>
        <RelativeLayout
            android:id="@+id/one_bottom_list"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:background="@android:color/white">
            <cn.com.basic.face.widget.surveilance.SurveillanceBottomVisitorListView
                android:id="@+id/fragment_supervisory_bottom_visit_list_view"
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:orientation="vertical"/>
            <cn.com.basic.face.widget.surveilance.SurveillanceBottomAttendanceListView
                android:id="@+id/fragment_supervisory_bottom_attendance_list_view"
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:visibility="gone"
                android:background="@android:color/white"
                android:orientation="horizontal"/>
        </RelativeLayout>
    </LinearLayout>
</LinearLayout>