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

Unified Diff: mobile/android/base/resources/xml/preferences_abb_more_blocking.xml

Issue 29322610: Issue 2720 - [Adblocking settings] Add the other filter lists category (Closed)
Patch Set: Last naming nit Created July 31, 2015, 9:36 a.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_more_blocking.xml
diff --git a/mobile/android/base/resources/xml/preferences_abb_more_blocking.xml b/mobile/android/base/resources/xml/preferences_abb_more_blocking.xml
new file mode 100644
index 0000000000000000000000000000000000000000..a77160b886485e0b435678557e50b41f75bdd3fc
--- /dev/null
+++ b/mobile/android/base/resources/xml/preferences_abb_more_blocking.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:gecko="http://schemas.android.com/apk/res-auto"
+ android:title="@string/abb_pref_category_more_blocking" >
+
+ <org.adblockplus.browser.MoreSubscriptionsPreferenceGroup
+ android:persistent="false" />
+
+ <org.adblockplus.browser.UrlInputOpenerPreference
+ android:title="@string/abb_pref_category_add_other_list"
+ android:layout="@layout/abb_custom_prefscreen" />
+
+</PreferenceScreen>
+
« no previous file with comments | « mobile/android/base/resources/xml/preferences_abb_adblocking.xml ('k') | mobile/android/base/strings.xml.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld