blob: 797650f7057f457ee8635a6bf14b90353211d9aa [file] [log] [blame]
Beverly69d11b22018-10-26 16:01:17 -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"
Edgar Wangbadcb4e2020-05-15 00:48:05 +080020 xmlns:settings="http://schemas.android.com/apk/res-auto"
Beverly69d11b22018-10-26 16:01:17 -040021 android:key="zen_mode_messages_settings_page"
Edgar Wangbadcb4e2020-05-15 00:48:05 +080022 settings:searchable="false"
Beverlyfdebb962018-12-05 12:33:02 -050023 android:title="@string/zen_mode_messages_title" >
Beverly69d11b22018-10-26 16:01:17 -040024
25 <PreferenceCategory
Beverlye65db312020-03-19 16:58:20 -040026 android:key="zen_mode_settings_category_messages"
27 android:title="@string/zen_mode_messages_header">
Beverly5a4fb792020-03-31 13:29:35 -040028
29 <!-- Senders image -->
30 <com.android.settingslib.widget.LayoutPreference
31 android:key="zen_mode_messages_image"
Beverly216bf3c2020-03-31 16:25:37 -040032 android:layout="@layout/zen_mode_senders_image"
33 android:selectable="false"/>
Beverly69d11b22018-10-26 16:01:17 -040034 </PreferenceCategory>
35
36 <com.android.settingslib.widget.FooterPreference/>
37
38</PreferenceScreen>