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

Unified Diff: mobile/android/base/resources/xml-v11/preferences_abb_abp.xml

Issue 4920541991403520: Create a minimal settings UI (Closed)
Patch Set: Removed default case Created March 22, 2015, 9:23 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/base/resources/xml-v11/preferences_abb_abp.xml
diff --git a/mobile/android/base/resources/xml-v11/preferences_abb_abp.xml b/mobile/android/base/resources/xml-v11/preferences_abb_abp.xml
new file mode 100644
index 0000000000000000000000000000000000000000..32ee79731b94113ca5c344dd0d4cf7db6b5a1820
--- /dev/null
+++ b/mobile/android/base/resources/xml-v11/preferences_abb_abp.xml
@@ -0,0 +1,36 @@
+<?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/. -->
+
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:gecko="http://schemas.android.com/apk/res-auto"
+ android:enabled="false">
+
+<!-- Commented out until implemented
+ <PreferenceCategory android:title="@string/abb_pref_category_blocking">
+ <PreferenceScreen android:title="@string/abb_pref_category_adblocking"
+ android:summary="@string/abb_pref_category_adblocking_summary" >
+ </PreferenceScreen>
+ <PreferenceScreen android:title="@string/abb_pref_category_further_blocking"
+ android:summary="@string/abb_pref_category_further_blocking_summary" >
+ </PreferenceScreen>
+ </PreferenceCategory>
+-->
+
+ <PreferenceCategory android:title="@string/abb_pref_category_exceptions">
+ <PreferenceScreen android:title="@string/abb_pref_category_acceptable_ads"
+ android:summary="@string/abb_pref_category_acceptable_ads_summary"
+ android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragment" >
+ <extra android:name="resource"
+ android:value="preferences_abb_abp_acceptable_ads" />
+ </PreferenceScreen>
+<!-- Commented out until implemented
+ <PreferenceScreen android:title="@string/abb_pref_category_whitelisted_sites"
+ android:summary="@string/abb_pref_category_whitelisted_sites_summary" >
+ </PreferenceScreen>
+-->
+ </PreferenceCategory>
+
+</PreferenceScreen>
+
« no previous file with comments | « mobile/android/base/resources/xml-v11/preferences.xml ('k') | mobile/android/base/resources/xml/preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld