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

Side by Side Diff: mobile/android/base/resources/xml/preferences_abb_more_blocking.xml

Issue 29543774: Issue 2801 - Create 'Whitelisted websites' screen and add link to 'Ad blocking' screen (Closed)
Patch Set: Adjustments accordingly to Thomas's comments. Also, adjusting strings for multilocale build Created Sept. 19, 2017, 3:18 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 xmlns:gecko="http://schemas.android.com/apk/res-auto" 3 xmlns:gecko="http://schemas.android.com/apk/res-auto"
4 android:title="@string/abb_pref_category_more_blocking" > 4 android:title="@string/abb_pref_category_more_blocking" >
5 5
6 <org.adblockplus.browser.MoreSubscriptionsPreferenceGroup 6 <org.adblockplus.browser.MoreSubscriptionsPreferenceGroup
7 android:persistent="false" /> 7 android:persistent="false" />
8 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> 9 </PreferenceScreen>
14 10
OLDNEW

Powered by Google App Engine
This is Rietveld