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

Unified Diff: mobile/android/base/resources/xml/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/preferences_abb_abp.xml
diff --git a/mobile/android/base/resources/xml/preferences_abb_abp.xml b/mobile/android/base/resources/xml/preferences_abb_abp.xml
new file mode 100644
index 0000000000000000000000000000000000000000..3d42d47b4d8cb61a9dbf3927c09486d783ca277d
--- /dev/null
+++ b/mobile/android/base/resources/xml/preferences_abb_abp.xml
@@ -0,0 +1,38 @@
+<?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" >
+ <intent android:action="android.intent.action.VIEW"
+ android:targetPackage="@string/android_package_name"
+ android:targetClass="org.mozilla.gecko.preferences.GeckoPreferences" >
+ <extra android:name="resource"
+ android:value="preferences_abb_abp_acceptable_ads" />
+ </intent>
+ </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>
+

Powered by Google App Engine
This is Rietveld