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

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

Issue 29356463: Issue 4512 - Move preferences file to xml directory (Closed)
Patch Set: Created Oct. 10, 2016, 2:09 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
« no previous file with comments | « no previous file | src/org/adblockplus/sbrowser/contentblocker/MainPreferences.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 android:layout_width="fill_parent" 3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent" > 4 android:layout_height="fill_parent" >
5 5
6 <PreferenceScreen 6 <PreferenceScreen
7 android:summary="@string/manage_subscriptions_summary" 7 android:summary="@string/manage_subscriptions_summary"
8 android:title="@string/manage_subscriptions" > 8 android:title="@string/manage_subscriptions" >
9 9
10 <org.adblockplus.sbrowser.contentblocker.ListedSubscriptionsPreferenceCa tegory 10 <org.adblockplus.sbrowser.contentblocker.ListedSubscriptionsPreferenceCa tegory
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 <CheckBoxPreference 45 <CheckBoxPreference
46 android:layout_width="fill_parent" 46 android:layout_width="fill_parent"
47 android:layout_height="wrap_content" 47 android:layout_height="wrap_content"
48 android:defaultValue="true" 48 android:defaultValue="true"
49 android:key="@string/key_acceptable_ads" 49 android:key="@string/key_acceptable_ads"
50 android:singleLine="false" 50 android:singleLine="false"
51 android:title="@string/enable_acceptable_ads" /> 51 android:title="@string/enable_acceptable_ads" />
52 </PreferenceCategory> 52 </PreferenceCategory>
53 53
54 </PreferenceScreen> 54 </PreferenceScreen>
OLDNEW
« no previous file with comments | « no previous file | src/org/adblockplus/sbrowser/contentblocker/MainPreferences.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld