mobile/android/base/resources/xml-v11/preferences.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mobile/android/base/resources/xml-v11/preferences.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,50 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     1.8 +
     1.9 +<!-- Phone v11+ only: Sync is a top-level menu item.
    1.10 +     See xml-v11/preference_headers.xml for tablet layout.
    1.11 +     Preference changes here should be mirrored to xml/preferences.xml.in. -->
    1.12 +
    1.13 +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    1.14 +                  xmlns:gecko="http://schemas.android.com/apk/res-auto"
    1.15 +                  android:enabled="false">
    1.16 +
    1.17 +    <org.mozilla.gecko.preferences.SyncPreference android:key="android.not_a_preference.sync"
    1.18 +                                                  android:title="@string/pref_sync"
    1.19 +                                                  android:persistent="false" />
    1.20 +
    1.21 +    <PreferenceScreen android:title="@string/pref_category_customize"
    1.22 +                      android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragment" >
    1.23 +        <extra android:name="resource"
    1.24 +               android:value="preferences_customize"/>
    1.25 +    </PreferenceScreen>
    1.26 +
    1.27 +    <PreferenceScreen android:title="@string/pref_category_display"
    1.28 +                      android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragment" >
    1.29 +        <extra android:name="resource"
    1.30 +               android:value="preferences_display" />
    1.31 +    </PreferenceScreen>
    1.32 +
    1.33 +
    1.34 +    <PreferenceScreen android:title="@string/pref_category_privacy_short"
    1.35 +                      android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragment" >
    1.36 +        <extra android:name="resource"
    1.37 +               android:value="preferences_privacy" />
    1.38 +    </PreferenceScreen>
    1.39 +
    1.40 +
    1.41 +    <PreferenceScreen android:title="@string/pref_category_vendor"
    1.42 +                      android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragment" >
    1.43 +        <extra android:name="resource"
    1.44 +               android:value="preferences_vendor"/>
    1.45 +    </PreferenceScreen>
    1.46 +
    1.47 +    <PreferenceScreen android:title="@string/pref_category_devtools"
    1.48 +                      android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragment" >
    1.49 +        <extra android:name="resource"
    1.50 +               android:value="preferences_devtools"/>
    1.51 +    </PreferenceScreen>
    1.52 +
    1.53 +</PreferenceScreen>

mercurial