gecko/mobile/android/base/resources/xml-v11/preferences_content.xml
Chenxia Liu 56ae085714 Bug 873230 - Put duplicate xml files for preferences in xml/ and xml-v11/. r=wesj
--HG--
rename : mobile/android/base/resources/xml/preference_headers.xml => mobile/android/base/resources/xml-v11/preference_headers.xml
rename : mobile/android/base/resources/xml/preferences_main.xml => mobile/android/base/resources/xml-v11/preferences.xml
rename : mobile/android/base/resources/xml/preferences_content.xml => mobile/android/base/resources/xml-v11/preferences_content.xml
rename : mobile/android/base/resources/xml/preferences_general.xml => mobile/android/base/resources/xml-v11/preferences_general.xml
rename : mobile/android/base/resources/xml/preferences_privacy.xml => mobile/android/base/resources/xml-v11/preferences_privacy.xml
rename : mobile/android/base/resources/xml/preferences_nonfragment.xml.in => mobile/android/base/resources/xml/preferences.xml.in
2013-05-23 13:59:22 -07:00

36 lines
1.6 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/. -->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/pref_category_content"
android:enabled="false">
<ListPreference android:key="browser.menu.showCharacterEncoding"
android:title="@string/pref_char_encoding"
android:entries="@array/pref_char_encoding_entries"
android:entryValues="@array/pref_char_encoding_values"
android:persistent="false" />
<ListPreference android:key="plugin.enable"
android:title="@string/pref_plugins"
android:entries="@array/pref_plugins_entries"
android:entryValues="@array/pref_plugins_values"
android:persistent="false" />
<org.mozilla.gecko.FontSizePreference
android:key="font.size.inflation.minTwips"
android:title="@string/pref_text_size"
android:positiveButtonText="@string/pref_font_size_set"
android:negativeButtonText="@string/button_cancel"
android:persistent="false" />
<CheckBoxPreference
android:key="browser.zoom.reflowOnZoom"
android:title="@string/pref_reflow_on_zoom"
android:defaultValue="false"
android:persistent="false" />
</PreferenceScreen>