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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/base/resources/xml/preferences_abb_more_blocking.xml
===================================================================
--- a/mobile/android/base/resources/xml/preferences_abb_more_blocking.xml
+++ b/mobile/android/base/resources/xml/preferences_abb_more_blocking.xml
@@ -1,14 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:gecko="http://schemas.android.com/apk/res-auto"
android:title="@string/abb_pref_category_more_blocking" >
<org.adblockplus.browser.MoreSubscriptionsPreferenceGroup
android:persistent="false" />
- <org.adblockplus.browser.UrlInputOpenerPreference
- android:title="@string/abb_pref_category_add_other_list"
- android:layout="@layout/abb_custom_prefscreen" />
-
</PreferenceScreen>

Powered by Google App Engine
This is Rietveld