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

Unified Diff: res/xml/preferences_main.xml

Issue 29376835: Issue 4769 - Supporting adding whitelisted websites on ABP for Samsung Internet (Closed)
Patch Set: Adjusting Russian string Created March 15, 2017, 4:56 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: res/xml/preferences_main.xml
===================================================================
--- a/res/xml/preferences_main.xml
+++ b/res/xml/preferences_main.xml
@@ -23,16 +23,23 @@
android:title="@string/more_blocking" >
<org.adblockplus.sbrowser.contentblocker.MoreBlockingPreferenceCategory
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:title="@string/more_blocking_category" />
</PreferenceScreen>
+ <PreferenceScreen
+ android:summary="@string/whitelisted_websites_summary"
+ android:title="@string/whitelisted_websites">
+
+ <org.adblockplus.sbrowser.contentblocker.WhitelistedWebsitesPreferenceCategory/>
+ </PreferenceScreen>
+
<ListPreference
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:defaultValue="1"
android:entries="@array/download_settings"
android:entryValues="@array/download_settings_values"
android:key="@string/key_automatic_updates"
android:title="@string/automatic_updates" />
« no previous file with comments | « res/values/sysstrings.xml ('k') | src/org/adblockplus/sbrowser/contentblocker/UrlInputOpenerPreference.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld