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

Delta Between Two Patch Sets: mobile/android/base/resources/xml/preferences_abb_more_blocking.xml

Issue 29322610: Issue 2720 - [Adblocking settings] Add the other filter lists category (Closed)
Left Patch Set: Changed screen title Created July 20, 2015, 5 p.m.
Right Patch Set: Last naming nit Created July 31, 2015, 9:36 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « mobile/android/base/resources/xml/preferences_abb_adblocking.xml ('k') | mobile/android/base/strings.xml.in » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:gecko="http://schemas.android.com/apk/res-auto"
4 android:title="@string/abb_pref_category_more_blocking" >
5
6 <org.adblockplus.browser.MoreSubscriptionsPreferenceGroup
7 android:persistent="false" />
8
9 <org.adblockplus.browser.UrlInputOpenerPreference
10 android:title="@string/abb_pref_category_add_other_list"
11 android:layout="@layout/abb_custom_prefscreen" />
12
13 </PreferenceScreen>
14
LEFTRIGHT

Powered by Google App Engine
This is Rietveld