| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright 2015 The Chromium Authors. All rights reserved. |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. --> |
| |
| <PreferenceScreen |
| xmlns:android="http://schemas.android.com/apk/res/android" |
| xmlns:tools="http://schemas.android.com/tools"> |
| |
| <PreferenceCategory |
| android:key="accounts_category" |
| android:title="@string/account_management_title"/> |
| |
| <Preference |
| android:layout="@layout/divider_preference"/> |
| |
| <PreferenceCategory |
| android:key="parental_settings" |
| android:title="@string/account_management_parental_settings"/> |
| |
| <org.chromium.chrome.browser.preferences.TextMessagePreference |
| android:key="parent_accounts" |
| tools:summary="@string/account_management_two_parent_names"/> |
| |
| <Preference |
| android:key="child_content" |
| android:selectable="false" |
| android:title="@string/account_management_child_content_title"/> |
| |
| <Preference |
| android:key="child_content_divider" |
| android:layout="@layout/divider_preference"/> |
| |
| <org.chromium.chrome.browser.preferences.SyncPreference |
| android:key="sync_settings" |
| android:title="@string/sign_in_sync"/> |
| |
| <Preference |
| android:key="sync_settings_divider" |
| android:layout="@layout/divider_preference"/> |
| |
| <Preference |
| android:key="google_activity_controls" |
| android:icon="@drawable/ic_logo_googleg_24dp" |
| android:title="@string/sign_in_google_activity_controls_legacy" |
| android:summary="@string/sign_in_google_activity_controls_message_legacy"/> |
| |
| <Preference |
| android:key="google_activity_controls_divider" |
| android:layout="@layout/divider_preference"/> |
| |
| <Preference |
| android:key="sign_out" |
| android:title="@string/account_management_sign_out"/> |
| |
| <Preference |
| android:key="sign_out_divider" |
| android:layout="@layout/divider_preference"/> |
| |
| </PreferenceScreen> |