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> |
+ |