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

Unified Diff: mobile/android/base/resources/xml-v11/preferences.xml

Issue 4920541991403520: Create a minimal settings UI (Closed)
Patch Set: Addressed issues Created March 22, 2015, 3:32 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-v11/preferences.xml
diff --git a/mobile/android/base/resources/xml-v11/preferences.xml b/mobile/android/base/resources/xml-v11/preferences.xml
index 8dffcbfc4de097ca0d259f773f9a383711ec750a..5bce797dc5c168c4ffc67af40cd16144e706f8ed 100644
--- a/mobile/android/base/resources/xml-v11/preferences.xml
+++ b/mobile/android/base/resources/xml-v11/preferences.xml
@@ -34,6 +34,13 @@
android:value="preferences_privacy" />
</PreferenceScreen>
+ <!-- Adblocking preferences -->
+ <PreferenceScreen android:title="@string/adblockbrowser_pref_category_adblocking"
+ android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragment" >
+ <extra android:name="resource"
+ android:value="preferences_adblockbrowser" />
+ </PreferenceScreen>
+
<PreferenceScreen android:title="@string/pref_category_language"
android:fragment="org.mozilla.gecko.preferences.GeckoPreferenceFragment" >
<extra android:name="resource"
« no previous file with comments | « mobile/android/base/moz.build ('k') | mobile/android/base/resources/xml-v11/preferences_abp_adblockplus.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld