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

Side by Side Diff: res/xml/preferences_advanced.xml

Issue 9437197: ABP/Android Proxy switch (Closed)
Patch Set: ABP/Android Proxy switch Created March 11, 2013, 7:29 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
« no previous file with comments | « res/xml/preferences.xml ('k') | src/org/adblockplus/android/AdblockPlus.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 xmlns:switchpref="http://schemas.android.com/apk/res-auto"
3 android:title="@string/pref_advanced_title" > 4 android:title="@string/pref_advanced_title" >
4 5
6 <org.jraf.android.backport.switchwidget.SwitchPreference
7 android:defaultValue="true"
8 android:key="@string/pref_proxyenabled"
9 android:title="@string/pref_proxyenabled_title"
10 switchpref:summaryOff="@string/pref_proxyenabled_summary_off"
11 switchpref:summaryOn="@string/pref_proxyenabled_summary_on" />
12
5 <CheckBoxPreference 13 <CheckBoxPreference
6 android:defaultValue="@bool/def_startatboot" 14 android:defaultValue="@bool/def_startatboot"
7 android:key="@string/pref_startatboot" 15 android:key="@string/pref_startatboot"
8 android:summaryOff="@string/pref_startatboot_summary_off" 16 android:summaryOff="@string/pref_startatboot_summary_off"
9 android:summaryOn="@string/pref_startatboot_summary_on" 17 android:summaryOn="@string/pref_startatboot_summary_on"
10 android:title="@string/pref_startatboot_title" /> 18 android:title="@string/pref_startatboot_title" />
11 19
12 <PreferenceCategory android:title="@string/pref_subscription_title" > 20 <PreferenceCategory android:title="@string/pref_subscription_title" >
13 <ListPreference 21 <ListPreference
14 android:defaultValue="@integer/def_refresh" 22 android:defaultValue="@integer/def_refresh"
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 69
62 <Preference 70 <Preference
63 android:key="@string/pref_checkupdate" 71 android:key="@string/pref_checkupdate"
64 android:title="@string/pref_checkupdate_title" /> 72 android:title="@string/pref_checkupdate_title" />
65 <Preference 73 <Preference
66 android:key="@string/pref_configuration" 74 android:key="@string/pref_configuration"
67 android:title="@string/pref_configuration_title" /> 75 android:title="@string/pref_configuration_title" />
68 </PreferenceCategory> 76 </PreferenceCategory>
69 77
70 </PreferenceScreen> 78 </PreferenceScreen>
OLDNEW
« no previous file with comments | « res/xml/preferences.xml ('k') | src/org/adblockplus/android/AdblockPlus.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld