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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
3
4 <!-- Adblock: enabled/disabled -->
5 <SwitchPreference
6 android:key="@string/fragment_adblock_settings_enabled_key"
7 android:title="@string/fragment_adblock_settings_enabled_title" />
8
9 <!-- Filter lists -->
10 <MultiSelectListPreference
11 android:key="adblock_filter_lists"
12 android:title="@string/fragment_adblock_settings_filter_lists_title"
13 android:summary="@string/fragment_adblock_settings_filter_lists_summary" />
14
15 <!-- Acceptable Ads: enabled/disabled -->
16 <SwitchPreference
17 android:key="@string/fragment_adblock_settings_aa_enabled_key"
18 android:title="@string/fragment_adblock_settings_aa_enabled_title"
19 android:summary="@string/fragment_adblock_settings_aa_enabled_summary" / >
20
21 <!-- Whitelisted domains -->
22 <Preference
23 android:key="@string/fragment_adblock_settings_wl_key"
24 android:title="@string/fragment_adblock_settings_wl_title"
25 android:summary="@string/fragment_adblock_settings_wl_summary" />
26
27 <!-- Allowed connection type for updates -->
28 <ListPreference
29 android:key="@string/fragment_adblock_settings_allowed_connection_type_k ey"
30 android:title="@string/fragment_adblock_settings_allowed_connection_type "
31 android:summary="%s"/>
32
33 </PreferenceScreen>
OLDNEW

Powered by Google App Engine
This is Rietveld