blob: fa5cf972f3e8dac1032292d2f48dde4d41d76725 [file] [log] [blame]
Victor Changd5adf422018-02-28 19:37:36 +00001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2018 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<PreferenceScreen
18 xmlns:android="http://schemas.android.com/apk/res/android"
Fan Zhang65983f72018-03-29 14:29:54 -070019 xmlns:settings="http://schemas.android.com/apk/res-auto"
Victor Changd5adf422018-02-28 19:37:36 +000020 android:title="@string/date_time_set_timezone">
21
22 <PreferenceCategory
23 android:key="time_zone_region_preference_category">
24 <com.android.settingslib.RestrictedPreference
25 android:key="region"
26 android:title="@string/date_time_select_region"
27 android:summary="@string/summary_placeholder" />
28 <com.android.settingslib.RestrictedPreference
29 android:key="region_zone"
Victor Chang65f09f32018-03-27 17:34:53 +010030 android:title="@string/date_time_set_timezone_title"
Victor Changd5adf422018-02-28 19:37:36 +000031 android:summary="@string/summary_placeholder" />
Fan Zhang65983f72018-03-29 14:29:54 -070032 <com.android.settingslib.widget.FooterPreference
tmfang24c33242019-05-31 18:24:29 +080033 android:key="timezone_footer"
Fan Zhang65983f72018-03-29 14:29:54 -070034 settings:controller="com.android.settings.datetime.timezone.TimeZoneInfoPreferenceController" />
Victor Changd5adf422018-02-28 19:37:36 +000035 </PreferenceCategory>
36
37 <PreferenceCategory
38 android:key="time_zone_fixed_offset_preference_category">
39 <com.android.settingslib.RestrictedPreference
40 android:key="fixed_offset"
41 android:title="@string/date_time_select_fixed_offset_time_zones"
Fan Zhang65983f72018-03-29 14:29:54 -070042 android:summary="@string/summary_placeholder" />
Victor Changd5adf422018-02-28 19:37:36 +000043 </PreferenceCategory>
44</PreferenceScreen>