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

Unified Diff: libadblockplus-android-settings/res/xml/preference_adblock_general.xml

Issue 29678581: Issue 6000 - Rename "libadblockplus-android" (Closed)
Patch Set: addressed comments Created Jan. 29, 2018, 11:04 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: libadblockplus-android-settings/res/xml/preference_adblock_general.xml
diff --git a/libadblockplus-android-settings/res/xml/preference_adblock_general.xml b/libadblockplus-android-settings/res/xml/preference_adblock_general.xml
deleted file mode 100644
index 73fc39d0a0f1c74ac26578e03495911842af192e..0000000000000000000000000000000000000000
--- a/libadblockplus-android-settings/res/xml/preference_adblock_general.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
-
- <!-- Adblock: enabled/disabled -->
- <SwitchPreference
- android:key="@string/fragment_adblock_settings_enabled_key"
- android:title="@string/fragment_adblock_settings_enabled_title" />
-
- <!-- Filter lists -->
- <MultiSelectListPreference
- android:key="adblock_filter_lists"
- android:title="@string/fragment_adblock_settings_filter_lists_title"
- android:summary="@string/fragment_adblock_settings_filter_lists_summary" />
-
- <!-- Acceptable Ads: enabled/disabled -->
- <SwitchPreference
- android:key="@string/fragment_adblock_settings_aa_enabled_key"
- android:title="@string/fragment_adblock_settings_aa_enabled_title"
- android:summary="@string/fragment_adblock_settings_aa_enabled_summary" />
-
- <!-- Whitelisted domains -->
- <Preference
- android:key="@string/fragment_adblock_settings_wl_key"
- android:title="@string/fragment_adblock_settings_wl_title"
- android:summary="@string/fragment_adblock_settings_wl_summary" />
-
- <!-- Allowed connection type for updates -->
- <ListPreference
- android:key="@string/fragment_adblock_settings_allowed_connection_type_key"
- android:title="@string/fragment_adblock_settings_allowed_connection_type"
- android:summary="%s"/>
-
-</PreferenceScreen>

Powered by Google App Engine
This is Rietveld