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 29782630: Issue 6000 - Rename "libadblockplus-android" (Closed)
Patch Set: Created May 15, 2018, 9:30 p.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 android:summary="@string/fragment_adblock_settings_enabled_summary" /> 8 android:summary="@string/fragment_adblock_settings_enabled_summary" />
9 9
10 <!-- Filter lists --> 10 <!-- Filter lists -->
(...skipping 14 matching lines...) Expand all
25 android:title="@string/fragment_adblock_settings_wl_title" 25 android:title="@string/fragment_adblock_settings_wl_title"
26 android:summary="@string/fragment_adblock_settings_wl_summary" /> 26 android:summary="@string/fragment_adblock_settings_wl_summary" />
27 27
28 <!-- Allowed connection type for updates --> 28 <!-- Allowed connection type for updates -->
29 <ListPreference 29 <ListPreference
30 android:key="@string/fragment_adblock_settings_allowed_connection_type_k ey" 30 android:key="@string/fragment_adblock_settings_allowed_connection_type_k ey"
31 android:title="@string/fragment_adblock_settings_allowed_connection_type " 31 android:title="@string/fragment_adblock_settings_allowed_connection_type "
32 android:summary="%s"/> 32 android:summary="%s"/>
33 33
34 </PreferenceScreen> 34 </PreferenceScreen>
OLDNEW

Powered by Google App Engine
This is Rietveld