Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mobile/android/base/resources/xml-v11/preference_headers.xml

Issue 5424478255316992: Issue 2475 - Remove Developer tools on tablets (Closed)
Patch Set: Created May 8, 2015, 3:04 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 22 matching lines...) Expand all
33 <extra android:name="resource" 33 <extra android:name="resource"
34 android:value="preferences_locale" /> 34 android:value="preferences_locale" />
35 </header> 35 </header>
36 36
37 <header android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragm ent" 37 <header android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragm ent"
38 android:title="@string/pref_header_vendor"> 38 android:title="@string/pref_header_vendor">
39 <extra android:name="resource" 39 <extra android:name="resource"
40 android:value="preferences_vendor"/> 40 android:value="preferences_vendor"/>
41 </header> 41 </header>
42 42
43 <header android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragm ent" 43 <!-- Removed devtools as part of https://issues.adblockplus.org/ticket/2475 -->
44 android:title="@string/pref_header_devtools">
45 <extra android:name="resource"
46 android:value="preferences_devtools"/>
47 </header>
48 44
49 </preference-headers> 45 </preference-headers>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld