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

Side by Side Diff: adblock-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
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> 2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
3 3
4 <!-- Adblock: enabled/disabled --> 4 <!-- Adblock: enabled/disabled -->
5 <SwitchPreference 5 <SwitchPreference
6 android:key="@string/fragment_adblock_settings_enabled_key" 6 android:key="@string/fragment_adblock_settings_enabled_key"
7 android:title="@string/fragment_adblock_settings_enabled_title" /> 7 android:title="@string/fragment_adblock_settings_enabled_title" />
8 8
9 <!-- Filter lists --> 9 <!-- Filter lists -->
10 <MultiSelectListPreference 10 <MultiSelectListPreference
(...skipping 13 matching lines...) Expand all
24 android:title="@string/fragment_adblock_settings_wl_title" 24 android:title="@string/fragment_adblock_settings_wl_title"
25 android:summary="@string/fragment_adblock_settings_wl_summary" /> 25 android:summary="@string/fragment_adblock_settings_wl_summary" />
26 26
27 <!-- Allowed connection type for updates --> 27 <!-- Allowed connection type for updates -->
28 <ListPreference 28 <ListPreference
29 android:key="@string/fragment_adblock_settings_allowed_connection_type_k ey" 29 android:key="@string/fragment_adblock_settings_allowed_connection_type_k ey"
30 android:title="@string/fragment_adblock_settings_allowed_connection_type " 30 android:title="@string/fragment_adblock_settings_allowed_connection_type "
31 android:summary="%s"/> 31 android:summary="%s"/>
32 32
33 </PreferenceScreen> 33 </PreferenceScreen>
OLDNEW

Powered by Google App Engine
This is Rietveld