summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/zen_mode_automation_settings.xml40
-rw-r--r--res/xml/zen_mode_priority_settings.xml2
-rw-r--r--res/xml/zen_mode_schedule_rule_settings.xml42
3 files changed, 44 insertions, 40 deletions
diff --git a/res/xml/zen_mode_automation_settings.xml b/res/xml/zen_mode_automation_settings.xml
index 3098630..7cfffd4 100644
--- a/res/xml/zen_mode_automation_settings.xml
+++ b/res/xml/zen_mode_automation_settings.xml
@@ -19,43 +19,5 @@
android:key="zen_mode_settings"
android:title="@string/zen_mode_automation_settings_title" >
- <!-- Downtime -->
- <PreferenceCategory
- android:key="downtime"
- android:title="@string/zen_mode_downtime_category" >
-
- <!-- Days -->
- <Preference
- android:key="days"
- android:title="@string/zen_mode_downtime_days"
- android:persistent="false" />
-
- <!-- Start time/End time added and removed here! :-) -->
-
- <!-- Interruptions allowed -->
- <com.android.settings.DropDownPreference
- android:key="downtime_mode"
- android:title="@string/zen_mode_downtime_mode_title"
- android:order="100"
- android:persistent="false" />
-
- </PreferenceCategory>
-
- <PreferenceCategory
- android:key="automation"
- android:title="@string/zen_mode_automation_category" >
-
- <Preference
- android:key="entry"
- android:title="@string/zen_mode_entry_conditions_title"
- android:persistent="false" />
-
- <Preference
- android:key="manage_condition_providers"
- android:title="@string/manage_condition_providers"
- android:persistent="false"
- android:fragment="com.android.settings.notification.ConditionProviderSettings" />
-
- </PreferenceCategory>
-
+ <!-- Rules added at runtime -->
</PreferenceScreen>
diff --git a/res/xml/zen_mode_priority_settings.xml b/res/xml/zen_mode_priority_settings.xml
index e8bab66..6cdbe95 100644
--- a/res/xml/zen_mode_priority_settings.xml
+++ b/res/xml/zen_mode_priority_settings.xml
@@ -16,7 +16,7 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
- android:key="zen_mode_settings"
+ android:key="zen_mode_priority_settings"
android:title="@string/zen_mode_priority_settings_title" >
<!-- Alarms -->
diff --git a/res/xml/zen_mode_schedule_rule_settings.xml b/res/xml/zen_mode_schedule_rule_settings.xml
new file mode 100644
index 0000000..d808b10
--- /dev/null
+++ b/res/xml/zen_mode_schedule_rule_settings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ android:key="zen_mode_schedule_rule_settings" >
+
+ <!-- Rule name -->
+ <Preference
+ android:key="rule_name"
+ android:title="@string/zen_mode_rule_name"
+ android:persistent="false" />
+
+ <!-- Days -->
+ <Preference
+ android:key="days"
+ android:title="@string/zen_mode_schedule_rule_days"
+ android:persistent="false" />
+
+ <!-- Start time/End time added and removed here! :-) -->
+
+ <!-- Zen mode -->
+ <com.android.settings.DropDownPreference
+ android:key="zen_mode"
+ android:title="@string/zen_mode_settings_title"
+ android:order="100"
+ android:persistent="false" />
+
+</PreferenceScreen>