| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="@dimen/w15" |
| | | android:background="@drawable/identity_list_background" |
| | | android:background="@drawable/identity_list_background2" |
| | | android:gravity="center" |
| | | android:orientation="horizontal"> |
| | | |
| | | <Spinner |
| | | <com.basic.security.widget.CustomSpinner |
| | | android:id="@+id/spinner" |
| | | android:layout_width="@dimen/w150" |
| | | android:layout_height="@dimen/h45" |
| | | android:layout_height="@dimen/h47" |
| | | android:layout_marginLeft="@dimen/w10" |
| | | android:background="@drawable/spinner_arrow_down" |
| | | android:dropDownSelector="@color/transparent" |
| | |
| | | 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:visibility="gone" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/w105" |
| | | android:gravity="center_vertical" |
| | |
| | | |
| | | </LinearLayout> |
| | | |
| | | <View style="@style/setting_line" /> |
| | | <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:visibility="visible" |
| | | android:id="@+id/setting_btn_save" |
| | | style="@style/setting_button" |
| | | android:layout_width="@dimen/w156" |
| | | android:layout_height="@dimen/h60" |
| | | android:layout_marginBottom="@dimen/h35" |
| | | android:layout_marginTop="@dimen/h35" |
| | | 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> |