blob: cab8731ec53d366bf0553d24567d4bda261a7280 [file] [log] [blame]
John Spurlock45fa1402015-04-09 12:50:04 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2015 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
Beverly32352212017-11-20 17:33:01 -050018<PreferenceScreen
19 xmlns:android="http://schemas.android.com/apk/res/android"
Beverly48903cc2018-12-04 12:32:31 -050020 xmlns:settings="http://schemas.android.com/apk/res-auto"
Beverly32352212017-11-20 17:33:01 -050021 android:key="zen_mode_schedule_rule_settings"
22 android:title="@string/zen_mode_automatic_rule_settings_page_title">
23
tmfangdce94bb2018-11-26 18:41:01 +080024 <com.android.settingslib.widget.LayoutPreference
Beverly32352212017-11-20 17:33:01 -050025 android:key="pref_app_header"
Beverly48903cc2018-12-04 12:32:31 -050026 android:layout="@layout/settings_entity_header"
Jason Chiucd5267c2020-02-13 15:39:54 +080027 android:selectable="false"
Beverly48903cc2018-12-04 12:32:31 -050028 settings:allowDividerBelow="true"/>
29
30 <com.android.settingslib.widget.ActionButtonsPreference
31 android:key="zen_action_buttons"/>
Beverly32352212017-11-20 17:33:01 -050032
tmfangdce94bb2018-11-26 18:41:01 +080033 <com.android.settingslib.widget.LayoutPreference
Beverly32352212017-11-20 17:33:01 -050034 android:key="zen_automatic_rule_switch"
35 android:layout="@layout/styled_switch_bar" />
John Spurlock45fa1402015-04-09 12:50:04 -040036
John Spurlock45fa1402015-04-09 12:50:04 -040037 <!-- Days -->
38 <Preference
39 android:key="days"
40 android:title="@string/zen_mode_schedule_rule_days"
41 android:persistent="false" />
42
43 <!-- Start time/End time added and removed here! :-) -->
44
Julia Reynolds97d91002016-02-11 13:58:48 -050045 <!-- Exit DND mode with alarm -->
46 <SwitchPreference
47 android:key="exit_at_alarm"
48 android:title="@string/zen_mode_schedule_alarm_title"
49 android:summary="@string/zen_mode_schedule_alarm_summary"
50 android:order="99" />
51
Beverly6afe8362018-11-27 16:56:38 -050052 <!-- Custom Do Not Disturb Setting-->
53 <Preference
Beverlyb9f38af2018-12-11 16:19:33 -050054 android:key="zen_custom_setting"
Beverly6afe8362018-11-27 16:56:38 -050055 android:title="@string/zen_mode_custom_behavior_title"
56 android:order="100" />
57
John Spurlock45fa1402015-04-09 12:50:04 -040058</PreferenceScreen>