<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:tools="http://schemas.android.com/tools"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="horizontal"
|
tools:context=".activity.MainActivity">
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h65"
|
android:background="#001738" />
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h65"
|
android:padding="@dimen/h20">
|
|
<fragment
|
android:id="@+id/fragment_video_view"
|
android:name="com.basic.security.fragment.VideoViewFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_camera"
|
android:name="com.basic.security.fragment.CameraFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
</RelativeLayout>
|
|
<fragment
|
android:id="@+id/fragment_background_and_border"
|
android:name="com.basic.security.fragment.BackgroundAndBorderFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h65"
|
android:padding="@dimen/h20">
|
|
<!--//fragment_su_logged_wait_face-->
|
<fragment
|
android:id="@+id/fragment_su_logged_wait_face"
|
android:name="com.basic.security.fragment.SuLoggedWaitFaceFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
<fragment
|
android:id="@+id/fragment_person_manage"
|
android:name="com.basic.security.fragment.PersonManageFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h105">
|
|
<fragment
|
android:id="@+id/fragment_base_setting"
|
android:name="com.basic.security.fragment.BaseSettingFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
<!--关于hint开始-->
|
|
<fragment
|
android:id="@+id/fragment_time_rule"
|
android:name="com.basic.security.fragment.TimeRuleFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_time_rule_add"
|
android:name="com.basic.security.fragment.TimeRuleAddFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h135">
|
|
<fragment
|
android:id="@+id/fragment_hint_door_access"
|
android:name="com.basic.security.fragment.HintDoorAccessFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_hint_recognize"
|
android:name="com.basic.security.fragment.HintRecognizeFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_hint_sign_up"
|
android:name="com.basic.security.fragment.HintSignUpFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
</RelativeLayout>
|
|
<fragment
|
android:id="@+id/fragment_hint_tab"
|
android:name="com.basic.security.fragment.HintTabFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<!--关于hint结束-->
|
|
<fragment
|
android:id="@+id/fragment_account_setting"
|
android:name="com.basic.security.fragment.AccountSettingFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_cluster_setting"
|
android:name="com.basic.security.fragment.ClusterSettingFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_org"
|
android:name="com.basic.security.fragment.OrgFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_device_setting"
|
android:name="com.basic.security.fragment.DeviceSettingFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
</RelativeLayout>
|
|
<fragment
|
android:id="@+id/fragment_system_setting_tabs"
|
android:name="com.basic.security.fragment.SystemSettingTabsFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_rule_list"
|
android:name="com.basic.security.fragment.RuleListFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_verify_id_card"
|
android:name="com.basic.security.fragment.VerifyIDCardFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_visit_record_list"
|
android:name="com.basic.security.fragment.VisitRecordListFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_guest_mode"
|
android:name="com.basic.security.fragment.GuestModeFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_rule_detail"
|
android:name="com.basic.security.fragment.RuleDetailFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_sign_up_success"
|
android:name="com.basic.security.fragment.RegisterResultFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_admin_face_login"
|
android:name="com.basic.security.fragment.AdminFaceLoginFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_admin_password_login"
|
android:name="com.basic.security.fragment.AdminPasswordLoginFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_door_access_success"
|
android:name="com.basic.security.fragment.DoorAccessSuccessFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_door_access_confirm"
|
android:name="com.basic.security.fragment.DoorAccessConfirmFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_door_access_fail"
|
android:name="com.basic.security.fragment.DoorAccessFailFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_door_access_result"
|
android:name="com.basic.security.fragment.DoorAccessResultFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_su_auto_ic_compare_success"
|
android:name="com.basic.security.fragment.SuAutoIcCompareSuccessFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_su_auto_nic_wait_detail"
|
android:name="com.basic.security.fragment.SuAutoNicWaitDetailFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_su_auto_ic_wait_idcard"
|
android:name="com.basic.security.fragment.SuAutoIcWaitIdcardFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_su_logged_ic_compare_success"
|
android:name="com.basic.security.fragment.SuLoggedIcCompareSuccessFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_su_logged_ic_wait_face"
|
android:name="com.basic.security.fragment.SuLoggedIcWaitFaceFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_su_logged_ic_wait_idcard"
|
android:name="com.basic.security.fragment.SuLoggedIcWaitIdcardFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_su_logged_nic_wait_face"
|
android:name="com.basic.security.fragment.SuLoggedNicWaitFaceFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_su_logged_nic_wait_detail"
|
android:name="com.basic.security.fragment.SuLoggedNicWaitDetailFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_su_auto_wait_admin"
|
android:name="com.basic.security.fragment.SuAutoWaitAdminFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_su_auto_wait_face"
|
android:name="com.basic.security.fragment.SuAutoWaitFaceFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_home"
|
android:name="com.basic.security.fragment.HomeFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
<!-- 新加业务表 fragment_business_person-->
|
<fragment
|
android:id="@+id/fragment_business_person"
|
android:name="com.basic.security.fragment.BusinessPersonFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
</RelativeLayout>
|
|
<fragment
|
android:id="@+id/fragment_face_list"
|
android:name="com.basic.security.fragment.FaceListFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_person_identity"
|
android:name="com.basic.security.fragment.PersonIdentityFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_toolbar"
|
android:name="com.basic.security.fragment.ToolbarFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content" />
|
|
<fragment
|
android:id="@+id/fragment_menu"
|
android:name="com.basic.security.fragment.MenuFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content" />
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h65"
|
android:padding="@dimen/h20">
|
|
<fragment
|
android:id="@+id/fragment_su_auto_ic_wait_phone"
|
android:name="com.basic.security.fragment.SuAutoIcWaitPhoneFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_face_detail"
|
android:name="com.basic.security.fragment.FaceDetailFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h690" />
|
|
<fragment
|
android:id="@+id/fragment_face_detail_time"
|
android:name="com.basic.security.fragment.FaceDetailTimeFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent" />
|
|
<fragment
|
android:id="@+id/fragment_org_person"
|
android:name="com.basic.security.fragment.OrgPersonFragment_"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginTop="@dimen/h690" />
|
</RelativeLayout>
|
|
<TextView
|
android:id="@+id/currentFragmentTextView"
|
android:layout_width="wrap_content"
|
|
android:layout_height="@dimen/h65"
|
android:layout_centerHorizontal="true"
|
android:gravity="center"
|
android:textColor="@color/colorWhite"
|
android:textSize="25dp" />
|
|
<LinearLayout
|
android:id="@+id/showCapturedImagesLL"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:orientation="horizontal"
|
android:visibility="invisible">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="彩色图片" />
|
|
<ImageView
|
android:id="@+id/test_image_rgb"
|
android:layout_width="@dimen/w200"
|
android:layout_height="@dimen/h200" />
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="黑白图片" />
|
|
<ImageView
|
android:id="@+id/test_image_gray"
|
android:layout_width="@dimen/w200"
|
android:layout_height="@dimen/h200" />
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:orientation="horizontal"
|
android:visibility="invisible">
|
|
<Button
|
android:id="@+id/get_video"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="取视频"
|
android:visibility="visible" />
|
|
<ImageView
|
android:id="@+id/test_remote_camera"
|
android:layout_width="@dimen/w200"
|
android:layout_height="@dimen/h200"
|
android:visibility="visible" />
|
|
<ImageView
|
android:id="@+id/test_remote_camera2"
|
android:layout_width="@dimen/w200"
|
android:layout_height="@dimen/h200"
|
android:visibility="visible" />
|
</LinearLayout>
|
|
<LinearLayout
|
android:id="@+id/id111"
|
android:layout_width="@dimen/w200"
|
android:layout_height="@dimen/h200"
|
android:orientation="horizontal">
|
|
</LinearLayout>
|
<LinearLayout
|
android:visibility="gone"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="#001738"
|
android:orientation="vertical"
|
android:gravity="center"
|
android:id="@+id/device_id_ll">
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content">
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_gravity="center"
|
android:layout_marginLeft="@dimen/w9"
|
android:text="请输入设备id: "
|
android:textColor="@color/colorWhite"
|
android:textSize="@dimen/font_size_21" />
|
<EditText
|
android:id="@+id/deviceIdEditText"
|
style="@style/editText2"
|
android:layout_width="@dimen/w400"
|
android:layout_height="@dimen/h50"
|
android:layout_gravity="center"
|
android:hint=""
|
android:textColor="@color/colorWhite"
|
android:textSize="@dimen/font_size_21" />
|
</LinearLayout>
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_marginTop="@dimen/h50"
|
android:layout_height="wrap_content">
|
<Button
|
android:id="@+id/saveDeviceIdButton"
|
android:layout_width="@dimen/w155"
|
android:layout_height="@dimen/h60"
|
android:background="@drawable/blue_button"
|
android:text="完成"
|
android:textColor="@color/colorWhite"
|
android:textSize="@dimen/font_size_25"/>
|
</LinearLayout>
|
</LinearLayout>
|
<LinearLayout
|
android:id="@+id/long_click_view"
|
android:visibility="gone"
|
android:layout_centerHorizontal="true"
|
android:layout_width="wrap_content"
|
android:layout_marginTop="@dimen/h690"
|
android:layout_height="wrap_content"
|
android:orientation="horizontal"
|
>
|
<Button
|
android:id="@+id/batch_move_to_org"
|
android:layout_width="@dimen/w255"
|
android:layout_height="@dimen/w70"
|
android:background="@drawable/blue_button"
|
android:text="批量移动人员"
|
android:textColor="@color/colorWhite"
|
android:textSize="@dimen/font_size_25"
|
android:textStyle="bold" />
|
|
<Button
|
android:layout_marginLeft="@dimen/w15"
|
android:id="@+id/batch_delete_person"
|
android:layout_width="@dimen/w255"
|
android:layout_height="@dimen/w70"
|
android:background="@drawable/gray_button"
|
android:text="批量删除人员"
|
android:textColor="@color/colorWhite"
|
android:textSize="@dimen/font_size_25"
|
android:textStyle="bold" />
|
|
<Button
|
android:id="@+id/batch_cancel"
|
android:visibility="gone"
|
android:layout_marginLeft="@dimen/w15"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="取消"/>
|
</LinearLayout>
|
<!-- <Button
|
android:id="@+id/excel"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:text="excel"/>-->
|
</RelativeLayout>
|