blob: acd802334c3bd54fffa51164d0bb39a6819d209f [file] [log] [blame]
Julia Reynolds200da892018-05-04 08:54:53 -04001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2018 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
18<PreferenceScreen
19 xmlns:android="http://schemas.android.com/apk/res/android"
Beverly69d11b22018-10-26 16:01:17 -040020 xmlns:settings="http://schemas.android.com/apk/res-auto"
Julia Reynolds200da892018-05-04 08:54:53 -040021 android:key="zen_mode_calls_settings_page"
Edgar Wangbadcb4e2020-05-15 00:48:05 +080022 settings:searchable="false"
Beverlye65db312020-03-19 16:58:20 -040023 android:title="@string/zen_mode_calls_title">
Julia Reynolds200da892018-05-04 08:54:53 -040024
Julia Reynoldsb5ea53a2020-01-08 12:27:08 -050025 <PreferenceCategory
Beverlye65db312020-03-19 16:58:20 -040026 android:key="zen_mode_settings_category_calls"
27 android:title="@string/zen_mode_calls_header"
28 settings:allowDividerBelow="true">
Beverly5a4fb792020-03-31 13:29:35 -040029
30 <!-- Senders image -->
31 <com.android.settingslib.widget.LayoutPreference
32 android:key="zen_mode_calls_image"
Beverly216bf3c2020-03-31 16:25:37 -040033 android:layout="@layout/zen_mode_senders_image"
34 android:selectable="false"/>
Julia Reynoldsb5ea53a2020-01-08 12:27:08 -050035 </PreferenceCategory>
Julia Reynolds200da892018-05-04 08:54:53 -040036
Beverlye65db312020-03-19 16:58:20 -040037 <!-- Repeat callers -->
38 <SwitchPreference
39 android:key="zen_mode_repeat_callers"
40 android:title="@string/zen_mode_repeat_callers_title"
41 settings:allowDividerAbove="true"/>
42
Julia Reynoldsb5ea53a2020-01-08 12:27:08 -050043 <com.android.settingslib.widget.FooterPreference/>
Julia Reynolds200da892018-05-04 08:54:53 -040044
45</PreferenceScreen>