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

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

Issue 4920541991403520: Create a minimal settings UI (Closed)
Patch Set: Forgot commenting out Created March 22, 2015, 3:40 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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
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
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5
6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
7 xmlns:gecko="http://schemas.android.com/apk/res-auto"
8 android:enabled="false">
9
10 <!-- Commented out until implemented
11 <PreferenceCategory android:title="@string/adblockbrowser_pref_category_bloc king">
12 <PreferenceScreen android:title="@string/adblockbrowser_pref_category_ad blocking"
13 android:summary="@string/adblockbrowser_pref_category_ adblocking_summary" >
14 </PreferenceScreen>
15 <PreferenceScreen android:title="@string/adblockbrowser_pref_category_fu rther_blocking"
16 android:summary="@string/adblockbrowser_pref_category_ further_blocking_summary" >
17 </PreferenceScreen>
18 </PreferenceCategory>
19 -->
20
21 <PreferenceCategory android:title="@string/adblockbrowser_pref_category_exce ptions">
22 <PreferenceScreen android:title="@string/adblockbrowser_pref_category_ac ceptable_ads"
23 android:summary="@string/adblockbrowser_pref_category_ acceptable_ads_summary"
24 android:fragment="org.mozilla.gecko.preferences.GeckoP referenceFragment" >
25 <extra android:name="resource"
26 android:value="preferences_adblockbrowser_acceptable_ads" />
27 </PreferenceScreen>
28 <!-- Commented out until implemented
29 <PreferenceScreen android:title="@string/adblockbrowser_pref_category_wh itelisted_sites"
30 android:summary="@string/adblockbrowser_pref_category_ whitelisted_sites_summary" >
31 </PreferenceScreen>
32 -->
33 </PreferenceCategory>
34
35 </PreferenceScreen>
36
OLDNEW

Powered by Google App Engine
This is Rietveld