mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-08 17:39:19 +00:00
63 lines
3.1 KiB
XML
63 lines
3.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<!-- Phone v11+ only: Sync is a top-level menu item.
|
|
See xml-v11/preference_headers.xml for tablet layout.
|
|
Preference changes here should be mirrored to xml/preferences.xml.in. -->
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:goanna="http://schemas.android.com/apk/res-auto"
|
|
android:enabled="false">
|
|
|
|
<org.mozilla.goanna.preferences.SyncPreference android:key="android.not_a_preference.sync"
|
|
android:title="@string/pref_sync"
|
|
android:summary="@string/pref_sync_summary"
|
|
android:persistent="false" />
|
|
|
|
<PreferenceScreen android:title="@string/pref_category_customize"
|
|
android:summary="@string/pref_category_customize_summary"
|
|
android:fragment="org.mozilla.goanna.preferences.GoannaPreferenceFragment" >
|
|
<extra android:name="resource"
|
|
android:value="preferences_customize"/>
|
|
</PreferenceScreen>
|
|
|
|
<PreferenceScreen android:title="@string/pref_category_display"
|
|
android:summary="@string/pref_category_display_summary"
|
|
android:fragment="org.mozilla.goanna.preferences.GoannaPreferenceFragment" >
|
|
<extra android:name="resource"
|
|
android:value="preferences_display" />
|
|
</PreferenceScreen>
|
|
|
|
|
|
<PreferenceScreen android:title="@string/pref_category_privacy_short"
|
|
android:summary="@string/pref_category_privacy_summary"
|
|
android:fragment="org.mozilla.goanna.preferences.GoannaPreferenceFragment" >
|
|
<extra android:name="resource"
|
|
android:value="preferences_privacy" />
|
|
</PreferenceScreen>
|
|
|
|
<PreferenceScreen android:title="@string/pref_category_language"
|
|
android:summary="@string/pref_category_language_summary"
|
|
android:fragment="org.mozilla.goanna.preferences.GoannaPreferenceFragment" >
|
|
<extra android:name="resource"
|
|
android:value="preferences_locale" />
|
|
</PreferenceScreen>
|
|
|
|
<PreferenceScreen android:title="@string/pref_category_vendor"
|
|
android:summary="@string/pref_category_vendor_summary"
|
|
android:fragment="org.mozilla.goanna.preferences.GoannaPreferenceFragment" >
|
|
<extra android:name="resource"
|
|
android:value="preferences_vendor"/>
|
|
</PreferenceScreen>
|
|
|
|
<PreferenceScreen android:title="@string/pref_category_devtools"
|
|
android:summary="@string/pref_category_devtools_summary"
|
|
android:fragment="org.mozilla.goanna.preferences.GoannaPreferenceFragment" >
|
|
<extra android:name="resource"
|
|
android:value="preferences_devtools"/>
|
|
</PreferenceScreen>
|
|
|
|
</PreferenceScreen>
|