summaryrefslogtreecommitdiffstats
path: root/res/xml/browser_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/browser_preferences.xml')
-rw-r--r--res/xml/browser_preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/browser_preferences.xml b/res/xml/browser_preferences.xml
index 83c492e..37b9f11 100644
--- a/res/xml/browser_preferences.xml
+++ b/res/xml/browser_preferences.xml
@@ -36,6 +36,12 @@
android:entryValues="@array/pref_default_zoom_values"
android:dialogTitle="@string/pref_default_zoom_dialogtitle" />
+ <CheckBoxPreference
+ android:key="load_page"
+ android:defaultValue="true"
+ android:title="@string/pref_content_load_page"
+ android:summary="@string/pref_content_load_page_summary" />
+
<ListPreference
android:key="default_text_encoding"
android:title="@string/pref_default_text_encoding"