blob: 98a5e8b67c6b650feb31805afbac401b8cc42cdb [file] [log] [blame]
Doris Ling20d4b042016-11-22 16:37:06 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 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 xmlns:android="http://schemas.android.com/apk/res/android"
Fan Zhang74c61d12017-11-17 16:49:54 -080018 xmlns:settings="http://schemas.android.com/apk/res-auto"
Doris Ling20d4b042016-11-22 16:37:06 -080019 android:title="@string/account_settings_title"
20 settings:keywords="@string/keywords_accounts">
21
tmfangdce94bb2018-11-26 18:41:01 +080022 <com.android.settingslib.widget.LayoutPreference
Fan Zhang98289a82017-05-18 15:11:01 -070023 android:key="account_header"
24 android:layout="@layout/settings_entity_header"
25 android:selectable="false"
26 android:order="-10000"/>
Doris Lingfd06d2f2016-12-29 14:41:15 -080027
Doris Ling7ca92572017-06-30 13:43:17 -070028 <PreferenceCategory
29 android:key="dashboard_tile_placeholder"
30 android:order="100"/>
31
Doris Lingfd06d2f2016-12-29 14:41:15 -080032 <Preference
Doris Ling20d4b042016-11-22 16:37:06 -080033 android:key="account_sync"
34 android:title="@string/account_sync_title"
Doris Lingf1c4b452017-01-05 16:39:09 -080035 android:icon="@drawable/ic_sync"
Doris Ling7ca92572017-06-30 13:43:17 -070036 android:order="200"/>
Doris Ling20d4b042016-11-22 16:37:06 -080037
tmfangdce94bb2018-11-26 18:41:01 +080038 <com.android.settingslib.widget.LayoutPreference
Doris Lingfd06d2f2016-12-29 14:41:15 -080039 android:key="remove_account"
40 android:layout="@layout/remove_account_button"
Doris Ling13ac8842017-02-10 14:22:58 -080041 android:order="1000"
Doris Ling771848d2017-06-28 13:18:56 -070042 android:selectable="false"
43 settings:allowDividerAbove="true"/>
Doris Lingfd06d2f2016-12-29 14:41:15 -080044
Doris Ling20d4b042016-11-22 16:37:06 -080045</PreferenceScreen>