<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent">
|
|
<ScrollView
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginBottom="@dimen/h6">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:focusable="true"
|
android:focusableInTouchMode="true"
|
android:orientation="vertical">
|
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="@dimen/h40"
|
android:orientation="horizontal">
|
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_gravity="center"
|
android:layout_marginLeft="@dimen/w20"
|
android:background="@drawable/bule_circle" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="基本信息"
|
android:textColor="@color/press_setting_text_color" />
|
</LinearLayout>
|
<!--注册模式标题-->
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h64"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<View style="@style/front_square" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="选择设备模式" />
|
|
</LinearLayout>
|
<!--注册模式-->
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:orientation="vertical">
|
|
<RadioGroup
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:layout_marginLeft="@dimen/w54"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<RadioButton
|
android:id="@+id/setting_register_rb_admin"
|
style="@style/setting_text"
|
android:button="@drawable/radiobutton"
|
android:checked="true"
|
android:text="人工注册" />
|
|
<RadioButton
|
android:visibility="gone"
|
android:id="@+id/setting_register_rb_self"
|
style="@style/setting_text"
|
android:layout_marginLeft="@dimen/w45"
|
android:button="@drawable/radiobutton"
|
android:text="自助注册" />
|
|
<RadioButton
|
android:id="@+id/setting_register_rb_pass"
|
style="@style/setting_text"
|
android:layout_marginLeft="@dimen/w45"
|
android:button="@drawable/radiobutton"
|
android:text="通行模式" />
|
|
<RadioButton
|
android:visibility="gone"
|
android:id="@+id/setting_register_rb_visitor"
|
style="@style/setting_text"
|
android:layout_marginLeft="@dimen/w45"
|
android:button="@drawable/radiobutton"
|
android:text="访客模式" />
|
|
</RadioGroup>
|
|
</LinearLayout>
|
|
<!--<LinearLayout-->
|
<!--android:id="@+id/ll_register_self"-->
|
<!--android:layout_width="match_parent"-->
|
<!--android:layout_height="wrap_content"-->
|
<!--android:layout_marginLeft="@dimen/dp_20"-->
|
<!--android:orientation="horizontal"-->
|
<!--android:visibility="gone">-->
|
|
<!--<CheckBox-->
|
<!--android:id="@+id/setting_register_self_ck_id"-->
|
<!--style="@style/setting_checkbox"-->
|
<!--android:layout_marginLeft="@dimen/w68"-->
|
<!--android:layout_marginTop="@dimen/h30"-->
|
<!--android:layout_marginBottom="@dimen/w37"-->
|
<!--android:button="@drawable/radiobutton"-->
|
<!--android:checked="true"-->
|
<!--android:clickable="false"-->
|
<!--android:text="身份证号" />-->
|
|
<!--<CheckBox-->
|
<!--android:id="@+id/setting_register_self_ck_phone"-->
|
<!--style="@style/setting_checkbox"-->
|
<!--android:layout_marginLeft="@dimen/w68"-->
|
<!--android:layout_marginTop="@dimen/h30"-->
|
<!--android:layout_marginBottom="@dimen/w37"-->
|
<!--android:text="手机号" />-->
|
<!--</LinearLayout>-->
|
|
<!--自助注册模式-->
|
<LinearLayout
|
android:id="@+id/ll_register_self"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="@dimen/dp_20"
|
android:layout_marginTop="@dimen/h29"
|
android:orientation="vertical">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginLeft="@dimen/w54"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<RadioButton
|
android:id="@+id/setting_register_normal_rb_common_verify"
|
style="@style/setting_checkbox"
|
android:button="@drawable/radiobutton"
|
android:checked="true"
|
android:text="普通验证" />
|
|
<CheckBox
|
android:id="@+id/setting_register_normal_ck_phone"
|
style="@style/setting_checkbox"
|
android:text="手机号" />
|
|
<CheckBox
|
android:id="@+id/setting_register_normal_ck_id"
|
style="@style/setting_checkbox"
|
android:text="身份证号" />
|
|
<CheckBox
|
android:id="@+id/setting_register_normal_ck_name"
|
style="@style/setting_checkbox"
|
android:text="姓名" />
|
|
</LinearLayout>
|
|
<LinearLayout
|
android:visibility="gone"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginLeft="@dimen/w54"
|
android:layout_marginTop="@dimen/h29"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<RadioButton
|
android:id="@+id/setting_register_normal_rb_id_verify"
|
style="@style/setting_checkbox"
|
android:button="@drawable/radiobutton"
|
android:text="身份证验证" />
|
|
<CheckBox
|
android:id="@+id/setting_register_normal_ck_phoneN"
|
style="@style/setting_checkbox"
|
android:text="手机号" />
|
</LinearLayout>
|
|
|
</LinearLayout>
|
<!--管理员授权注册模式-->
|
<LinearLayout
|
android:visibility="gone"
|
android:id="@+id/setting_ll_admin"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="@dimen/dp_20"
|
android:layout_marginTop="@dimen/h29"
|
android:orientation="vertical">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginLeft="@dimen/w54"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<RadioButton
|
android:id="@+id/setting_register_admin_rb_common_verify"
|
style="@style/setting_checkbox"
|
android:button="@drawable/radiobutton"
|
android:checked="true"
|
android:text="普通验证" />
|
|
<CheckBox
|
android:id="@+id/setting_register_admin_ck_phone"
|
style="@style/setting_checkbox"
|
android:text="手机号" />
|
|
<CheckBox
|
android:id="@+id/setting_register_admin_ck_id"
|
style="@style/setting_checkbox"
|
android:text="身份证号" />
|
|
<CheckBox
|
android:id="@+id/setting_register_admin_ck_name"
|
style="@style/setting_checkbox"
|
android:text="姓名" />
|
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_marginLeft="@dimen/w54"
|
android:layout_marginTop="@dimen/h29"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<RadioButton
|
android:id="@+id/setting_register_admin_rb_id_verify"
|
style="@style/setting_checkbox"
|
android:button="@drawable/radiobutton"
|
android:text="身份证验证" />
|
|
<CheckBox
|
android:id="@+id/setting_register_admin_ck_phoneN"
|
style="@style/setting_checkbox"
|
android:text="手机号" />
|
</LinearLayout>
|
|
|
</LinearLayout>
|
<!-- 通行模式/ 访客模式-->
|
<RelativeLayout
|
android:id="@+id/setting_rl_pass_visitor_model"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h80"
|
android:layout_marginLeft="@dimen/dp_20"
|
android:visibility="gone">
|
|
<TextView
|
android:id="@+id/setting_tv_massage"
|
style="@style/setting_text"
|
android:layout_centerInParent="true"
|
android:textColor="#7CF5F3"
|
android:textStyle="bold"/>
|
</RelativeLayout>
|
|
<LinearLayout
|
android:id="@+id/auto_sign_up_identity"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="@dimen/w54"
|
android:layout_marginTop="@dimen/h29"
|
android:layout_marginBottom="@dimen/w37"
|
android:gravity="center_vertical"
|
android:orientation="horizontal"
|
android:visibility="gone">
|
|
<ImageView
|
android:id="@+id/name_need"
|
android:layout_width="@dimen/w20"
|
android:layout_height="@dimen/h20"
|
android:layout_marginLeft="@dimen/w16"
|
android:scaleType="centerInside"
|
android:src="@drawable/star_icon" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="选择默认规则" />
|
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="@dimen/w15"
|
android:background="@drawable/identity_list_background"
|
android:gravity="center"
|
android:orientation="horizontal">
|
|
<com.basic.security.widget.NDSpinner
|
android:id="@+id/spinner_check_identity"
|
android:layout_width="@dimen/w250"
|
android:layout_height="@dimen/h45"
|
android:layout_marginLeft="@dimen/w10"
|
android:background="@drawable/spinner_arrow_down"
|
android:dropDownSelector="@color/transparent"
|
android:paddingTop="2dp"
|
android:paddingBottom="2dp"
|
android:spinnerMode="dropdown" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
<View style="@style/setting_line" />
|
|
<!-- 设备规则-->
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:gravity="center_vertical"
|
android:orientation="vertical">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/w105"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<View style="@style/front_square" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="选择设备配置" />
|
|
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="@dimen/w15"
|
android:background="@drawable/identity_list_background2"
|
android:gravity="center"
|
android:orientation="horizontal">
|
|
<com.basic.security.widget.CustomSpinner
|
android:id="@+id/spinner"
|
android:layout_width="@dimen/w150"
|
android:layout_height="@dimen/h47"
|
android:layout_marginLeft="@dimen/w10"
|
android:background="@drawable/spinner_arrow_down"
|
android:dropDownSelector="@color/transparent"
|
android:paddingTop="2dp"
|
android:paddingBottom="2dp"
|
android:spinnerMode="dropdown" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/w105"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
<View style="@style/front_square" />
|
<TextView
|
style="@style/setting_text"
|
android:text="设备列表" />
|
</LinearLayout>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:gravity="center_vertical"
|
android:layout_marginLeft="@dimen/w75"
|
android:layout_marginRight="@dimen/w75"
|
android:orientation="horizontal">
|
<com.basic.security.widget.MyListView
|
android:id="@+id/office_device_list"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="@dimen/h23"
|
android:layout_marginBottom="@dimen/h30"
|
android:divider="@null"
|
android:scrollbars="vertical"
|
android:listSelector="@color/transparent">
|
</com.basic.security.widget.MyListView>
|
</LinearLayout>
|
|
<LinearLayout
|
android:visibility="gone"
|
android:id="@+id/ll_confirm_pass_show"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:orientation="vertical">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h80"
|
android:layout_marginLeft="@dimen/w60"
|
android:gravity="center_vertical"
|
android:visibility="gone">
|
|
<CheckBox
|
android:id="@+id/ck_relation_person"
|
style="@style/setting_checkbox"
|
android:text=" 关联人" />
|
|
<CheckBox
|
android:id="@+id/ck_relation_device"
|
style="@style/setting_checkbox"
|
android:text=" 关联设备" />
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
android:visibility="gone"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h87"
|
android:layout_marginLeft="@dimen/w60"
|
android:gravity="center_vertical">
|
|
<TextView
|
style="@style/setting_text"
|
android:text="设备ID " />
|
|
<EditText
|
android:id="@+id/et_device_name"
|
style="@style/editText2"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h50"
|
android:layout_marginLeft="@dimen/w24"
|
android:layout_marginRight="@dimen/w60"
|
android:paddingLeft="@dimen/w15"
|
android:textColor="@color/colorWhite"
|
android:textSize="@dimen/font_size_21" />
|
</LinearLayout>
|
|
<LinearLayout
|
android:visibility="gone"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h87"
|
android:layout_marginLeft="@dimen/w60"
|
android:gravity="center_vertical">
|
|
<TextView
|
style="@style/setting_text"
|
android:text="设备IP " />
|
|
<EditText
|
android:id="@+id/et_server_name"
|
style="@style/editText2"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/h50"
|
android:layout_marginLeft="@dimen/w24"
|
android:layout_marginRight="@dimen/w60"
|
android:paddingLeft="@dimen/w15"
|
android:textColor="@color/colorWhite"
|
android:textSize="@dimen/font_size_21" />
|
</LinearLayout>
|
</LinearLayout>
|
</LinearLayout>
|
|
|
|
<View style="@style/setting_line" />
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/w105"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<View style="@style/front_square" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="默认管理员登录后" />
|
|
<EditText
|
android:id="@+id/setting_register_admin_et_time"
|
style="@style/setting_edit_text"
|
android:text="10" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="分钟退出" />
|
|
</LinearLayout>
|
|
<View style="@style/setting_line" />
|
|
<!--无操作时-->
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/w105"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<View style="@style/front_square" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="无操作情况" />
|
|
|
<EditText
|
android:id="@+id/setting_no_operation_et_time"
|
style="@style/setting_edit_text"
|
android:text="100" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="秒回到首页" />
|
|
</LinearLayout>
|
|
<View style="@style/setting_line" />
|
|
<!--开门时长-->
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/w105"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<View style="@style/front_square" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="开门时长" />
|
|
|
<EditText
|
android:id="@+id/open_door_duration_et"
|
style="@style/setting_edit_text"
|
android:text="10" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="秒" />
|
|
</LinearLayout>
|
<View style="@style/setting_line" />
|
|
<!--设置多张图片轮播-->
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/w105"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<View style="@style/front_square" />
|
|
|
<CheckBox
|
android:id="@+id/reboot_hour_enable"
|
style="@style/setting_checkbox"
|
android:text=" 每天重启" />
|
|
|
<TextView
|
android:layout_marginLeft="@dimen/w15"
|
style="@style/setting_text"
|
android:text="重启时间:" />
|
<LinearLayout
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="@dimen/w15"
|
android:background="@drawable/identity_list_background2"
|
android:gravity="center"
|
android:orientation="horizontal">
|
|
<com.basic.security.widget.CustomSpinner
|
android:id="@+id/reboot_hour"
|
android:layout_width="@dimen/w100"
|
android:layout_height="@dimen/h47"
|
android:layout_marginLeft="@dimen/w10"
|
android:background="@drawable/spinner_arrow_down"
|
android:dropDownSelector="@color/transparent"
|
android:paddingTop="2dp"
|
android:paddingBottom="2dp"
|
android:spinnerMode="dropdown" />
|
|
</LinearLayout>
|
|
<TextView
|
style="@style/setting_text"
|
android:text="点" />
|
|
|
</LinearLayout><View style="@style/setting_line" />
|
|
<!--设置多张图片轮播-->
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/w105"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<View style="@style/front_square" />
|
|
<CheckBox
|
android:id="@+id/open_door_password_enable"
|
style="@style/setting_checkbox"
|
android:text=" 密码开门" />
|
|
<TextView
|
android:layout_marginLeft="@dimen/w15"
|
style="@style/setting_text"
|
android:text="密码:" />
|
<EditText
|
android:layout_marginLeft="@dimen/w6"
|
android:layout_width="@dimen/w300"
|
android:id="@+id/open_door_password"
|
style="@style/setting_edit_text"
|
android:text="" />
|
|
|
</LinearLayout>
|
<View style="@style/setting_line" />
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/w105"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<View style="@style/front_square" />
|
|
<CheckBox
|
android:id="@+id/normally_closed"
|
style="@style/setting_checkbox"
|
android:text=" 常闭" />
|
|
</LinearLayout>
|
<View style="@style/setting_line" />
|
|
<!--设置多张图片轮播-->
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/w105"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<View style="@style/front_square" />
|
|
<CheckBox
|
android:id="@+id/setting_register_ck_image_play"
|
style="@style/setting_checkbox"
|
android:text=" 设置图片" />
|
|
|
<EditText
|
android:id="@+id/setting_register_et_image_play"
|
style="@style/setting_edit_text"
|
android:text="10" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="秒轮播" />
|
|
</LinearLayout>
|
|
<View style="@style/setting_line" />
|
|
<!-- 允许多张脸校验-->
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/w105"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<View style="@style/front_square" />
|
|
<CheckBox
|
android:id="@+id/setting_register_ck_detect_multiple_face"
|
style="@style/setting_checkbox"
|
android:text=" 允许多张人脸同时校验" />
|
|
</LinearLayout>
|
|
<View style="@style/setting_line" />
|
|
|
<!--人脸占屏幕比-->
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/w105"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<View style="@style/front_square" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="人脸占屏幕比" />
|
|
<EditText
|
android:id="@+id/setting_face_et_pro_one"
|
style="@style/setting_edit_text"
|
android:text="4" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text=":" />
|
|
<EditText
|
android:id="@+id/setting_face_et_pro_two"
|
style="@style/setting_edit_text"
|
android:text="10" />
|
|
</LinearLayout>
|
|
<View style="@style/setting_line" />
|
<!--人脸角度-->
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/w105"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<View style="@style/front_square" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="人脸角度" />
|
|
<EditText
|
android:id="@+id/setting_face_et_angle"
|
style="@style/setting_edit_text"
|
android:text="15" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="度" />
|
|
|
</LinearLayout>
|
|
<View style="@style/setting_line" />
|
|
<!--无人脸延时-->
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/w105"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<View style="@style/front_square" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="无人脸延时" />
|
|
<EditText
|
android:id="@+id/et_no_face_delay"
|
style="@style/setting_edit_text"
|
android:text="15" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="秒" />
|
|
|
</LinearLayout>
|
|
<View style="@style/setting_line" />
|
|
<!--选择设备摄像头-->
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/w105"
|
android:gravity="center_vertical"
|
android:orientation="horizontal"
|
android:visibility="gone">
|
|
<View style="@style/front_square" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="选择设备摄像头" />
|
|
<EditText
|
style="@style/setting_edit_text"
|
android:layout_width="@dimen/dp_100"
|
android:text="" />
|
|
</LinearLayout>
|
|
<View style="@style/setting_line" />
|
|
<!-- 设备照片旋转角度-->
|
<LinearLayout
|
android:visibility="gone"
|
android:layout_width="match_parent"
|
android:layout_height="@dimen/w105"
|
android:gravity="center_vertical"
|
android:orientation="horizontal">
|
|
<View style="@style/front_square" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="设备照片旋转角度" />
|
|
<EditText
|
android:id="@+id/et_picture_rotation_angle"
|
style="@style/setting_edit_text"
|
android:text="15" />
|
|
<TextView
|
style="@style/setting_text"
|
android:text="度" />
|
|
|
</LinearLayout>
|
|
<View style="@style/setting_line" android:visibility="gone" />
|
|
<View
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_weight="1" />
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginBottom="@dimen/w60"
|
android:layout_marginTop="@dimen/h35"
|
android:gravity="center_horizontal">
|
|
<Button
|
android:id="@+id/setting_btn_save"
|
style="@style/setting_button"
|
android:layout_width="@dimen/w156"
|
android:layout_height="@dimen/h60"
|
android:text="保存" />
|
<Button
|
android:id="@+id/open_system_setting"
|
style="@style/setting_button"
|
android:layout_width="@dimen/w156"
|
android:layout_height="@dimen/h60"
|
android:text="打开系统设置" />
|
</LinearLayout>
|
|
</LinearLayout>
|
</ScrollView>
|
|
<RelativeLayout
|
android:id="@+id/list_view"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="#834e4e4e"
|
android:visibility="gone">
|
|
<ListView
|
android:id="@+id/identityRecycleList"
|
android:layout_width="@dimen/w200"
|
android:layout_height="wrap_content"
|
android:layout_centerInParent="true"
|
android:background="@color/black">
|
|
</ListView>
|
|
</RelativeLayout>
|
</RelativeLayout>
|