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

Side by Side Diff: res/xml/preferences.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/values/sysstrings.xml ('k') | res/xml/preferences_advanced.xml » ('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" xml ns:switchpref="http://schemas.android.com/apk/res-auto">
3 3
4 <CheckBoxPreference 4 <org.jraf.android.backport.switchwidget.SwitchPreference
5 android:key="@string/pref_enabled" 5 android:key="@string/pref_enabled"
6 android:summaryOff="@string/pref_enabled_summary_off" 6 switchpref:summaryOff="@string/pref_enabled_summary_off"
7 android:summaryOn="@string/pref_enabled_summary_on" 7 switchpref:summaryOn="@string/pref_enabled_summary_on"
8 android:title="@string/pref_enabled_title" /> 8 android:title="@string/pref_enabled_title" />
9 9
10 <org.adblockplus.android.RefreshableListPreference 10 <org.adblockplus.android.RefreshableListPreference
11 android:key="@string/pref_subscription" 11 android:key="@string/pref_subscription"
12 android:title="@string/pref_subscription_title" /> 12 android:title="@string/pref_subscription_title" />
13 13
14 <CheckBoxPreference 14 <CheckBoxPreference
15 android:key="@string/pref_hideicon" 15 android:key="@string/pref_hideicon"
16 android:summaryOff="@string/pref_hideicon_summary_off" 16 android:summaryOff="@string/pref_hideicon_summary_off"
17 android:summaryOn="@string/pref_hideicon_summary_on" 17 android:summaryOn="@string/pref_hideicon_summary_on"
18 android:title="@string/pref_hideicon_title" /> 18 android:title="@string/pref_hideicon_title" />
19 19
20 </PreferenceScreen> 20 </PreferenceScreen>
OLDNEW
« no previous file with comments | « res/values/sysstrings.xml ('k') | res/xml/preferences_advanced.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld