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

Delta Between Two Patch Sets: mobile/android/base/resources/xml-v11/preferences_abb_abp.xml

Issue 4920541991403520: Create a minimal settings UI (Closed)
Left Patch Set: Addressed issues Created March 22, 2015, 3:32 p.m.
Right Patch Set: Removed default case Created March 22, 2015, 9:23 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « mobile/android/base/resources/xml-v11/preferences.xml ('k') | mobile/android/base/resources/xml/preferences.xml » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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/abb_pref_category_blocking">
12 <PreferenceScreen android:title="@string/abb_pref_category_adblocking"
13 android:summary="@string/abb_pref_category_adblocking_ summary" >
14 </PreferenceScreen>
15 <PreferenceScreen android:title="@string/abb_pref_category_further_block ing"
16 android:summary="@string/abb_pref_category_further_blo cking_summary" >
17 </PreferenceScreen>
18 </PreferenceCategory>
19 -->
20
21 <PreferenceCategory android:title="@string/abb_pref_category_exceptions">
22 <PreferenceScreen android:title="@string/abb_pref_category_acceptable_ad s"
23 android:summary="@string/abb_pref_category_acceptable_ ads_summary"
24 android:fragment="org.mozilla.gecko.preferences.GeckoP referenceFragment" >
25 <extra android:name="resource"
26 android:value="preferences_abb_abp_acceptable_ads" />
27 </PreferenceScreen>
28 <!-- Commented out until implemented
29 <PreferenceScreen android:title="@string/abb_pref_category_whitelisted_s ites"
30 android:summary="@string/abb_pref_category_whitelisted _sites_summary" >
31 </PreferenceScreen>
32 -->
33 </PreferenceCategory>
34
35 </PreferenceScreen>
36
LEFTRIGHT

Powered by Google App Engine
This is Rietveld