mobile/android/base/resources/xml-v11/preferences_customize.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_customize.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 +<!-- Changes should be mirrored to preferences_customize_tablet.xml. -->
    1.10 +
    1.11 +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    1.12 +                  xmlns:gecko="http://schemas.android.com/apk/res-auto"
    1.13 +                  android:enabled="false">
    1.14 +
    1.15 +    <PreferenceScreen android:title="@string/pref_category_home"
    1.16 +                      android:summary="@string/pref_category_home_summary"
    1.17 +                      android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragment" >
    1.18 +            <extra android:name="resource"
    1.19 +                   android:value="preferences_home" />
    1.20 +    </PreferenceScreen>
    1.21 +
    1.22 +     <PreferenceScreen android:title="@string/pref_category_search"
    1.23 +                       android:summary="@string/pref_category_search_summary"
    1.24 +                       android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragment" >
    1.25 +         <extra android:name="resource"
    1.26 +                android:value="preferences_search"/>
    1.27 +     </PreferenceScreen>
    1.28 +
    1.29 +    <ListPreference android:key="android.not_a_preference.restoreSession3"
    1.30 +                    android:title="@string/pref_restore"
    1.31 +                    android:defaultValue="quit"
    1.32 +                    android:entries="@array/pref_restore_entries"
    1.33 +                    android:entryValues="@array/pref_restore_values"
    1.34 +                    android:persistent="true" />
    1.35 +
    1.36 +    <org.mozilla.gecko.preferences.AndroidImportPreference
    1.37 +                  android:key="android.not_a_preference.import_android"
    1.38 +                  gecko:entries="@array/pref_import_android_entries"
    1.39 +                  gecko:entryKeys="@array/pref_import_android_keys"
    1.40 +                  gecko:initialValues="@array/pref_import_android_values"
    1.41 +                  android:title="@string/pref_import_android"
    1.42 +                  android:positiveButtonText="@string/bookmarkhistory_button_import"
    1.43 +                  android:negativeButtonText="@string/button_cancel"
    1.44 +                  android:persistent="false" />
    1.45 +
    1.46 +   <ListPreference android:key="app.update.autodownload"
    1.47 +                   android:title="@string/pref_update_autodownload"
    1.48 +                   android:entries="@array/pref_update_autodownload_entries"
    1.49 +                   android:entryValues="@array/pref_update_autodownload_values"
    1.50 +                   android:persistent="false" />
    1.51 +
    1.52 +</PreferenceScreen>
    1.53 +

mercurial