gecko/mobile/android/base/resources/xml-v11/preference_headers.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

27 lines
1.0 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/. -->
<preference-headers xmlns:android="http://schemas.android.com/apk/res/android">
<header android:fragment="org.mozilla.gecko.GeckoPreferenceFragment"
android:title="@string/pref_header_general">
<extra android:name="resource"
android:value="preferences_general"/>
</header>
<header android:fragment="org.mozilla.gecko.GeckoPreferenceFragment"
android:title="@string/pref_header_content">
<extra android:name="resource"
android:value="preferences_content"/>
</header>
<header android:fragment="org.mozilla.gecko.GeckoPreferenceFragment"
android:title="@string/pref_header_privacy">
<extra android:name="resource"
android:value="preferences_privacy"/>
</header>
</preference-headers>