| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public | 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
| 3 - License, v. 2.0. If a copy of the MPL was not distributed with this | 3 - License, v. 2.0. If a copy of the MPL was not distributed with this |
| 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> | 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
| 5 | 5 |
| 6 <!-- Tablet only: Sync is nested within the "Customize" header on tablets, | 6 <!-- Tablet only: Sync is nested within the "Customize" header on tablets, |
| 7 instead of being a top-level menu item. | 7 instead of being a top-level menu item. |
| 8 See xml-v11/preferences.xml for single-pane v11+ phone layout. --> | 8 See xml-v11/preferences.xml for single-pane v11+ phone layout. --> |
| 9 | 9 |
| 10 <preference-headers xmlns:android="http://schemas.android.com/apk/res/android"> | 10 <preference-headers xmlns:android="http://schemas.android.com/apk/res/android"> |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 android:value="preferences_display"/> | 21 android:value="preferences_display"/> |
| 22 </header> | 22 </header> |
| 23 | 23 |
| 24 <header android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragm
ent" | 24 <header android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragm
ent" |
| 25 android:title="@string/pref_header_privacy_short"> | 25 android:title="@string/pref_header_privacy_short"> |
| 26 <extra android:name="resource" | 26 <extra android:name="resource" |
| 27 android:value="preferences_privacy"/> | 27 android:value="preferences_privacy"/> |
| 28 </header> | 28 </header> |
| 29 | 29 |
| 30 <header android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragm
ent" | 30 <header android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragm
ent" |
| 31 android:title="@string/abb_pref_header_adblocking"> |
| 32 <extra android:name="resource" |
| 33 android:value="preferences_abb_abp"/> |
| 34 </header> |
| 35 |
| 36 <header android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragm
ent" |
| 31 android:title="@string/pref_header_language" | 37 android:title="@string/pref_header_language" |
| 32 android:id="@+id/pref_header_language"> | 38 android:id="@+id/pref_header_language"> |
| 33 <extra android:name="resource" | 39 <extra android:name="resource" |
| 34 android:value="preferences_locale" /> | 40 android:value="preferences_locale" /> |
| 35 </header> | 41 </header> |
| 36 | 42 |
| 37 <header android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragm
ent" | 43 <header android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragm
ent" |
| 38 android:title="@string/pref_header_vendor"> | 44 android:title="@string/pref_header_vendor"> |
| 39 <extra android:name="resource" | 45 <extra android:name="resource" |
| 40 android:value="preferences_vendor"/> | 46 android:value="preferences_vendor"/> |
| 41 </header> | 47 </header> |
| 42 | 48 |
| 43 <!-- Removed devtools as part of https://issues.adblockplus.org/ticket/2475
--> | 49 <!-- Removed devtools as part of https://issues.adblockplus.org/ticket/2475
--> |
| 44 | 50 |
| 45 </preference-headers> | 51 </preference-headers> |
| OLD | NEW |