summaryrefslogtreecommitdiffstats
path: root/res/xml/preferences_general.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/preferences_general.xml')
-rw-r--r--res/xml/preferences_general.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/xml/preferences_general.xml b/res/xml/preferences_general.xml
index abe0cf881..61a297b16 100644
--- a/res/xml/preferences_general.xml
+++ b/res/xml/preferences_general.xml
@@ -20,7 +20,11 @@
android:title="@string/preferences_interface_general_title">
<CheckBoxPreference android:key="ui_general_orientation"
android:title="@string/preferences_interface_general_orientation_title" />
+ <CheckBoxPreference android:key="ui_general_lock_workspace"
+ android:title="@string/preferences_interface_general_lock_workspace_title"
+ android:summary="@string/preferences_interface_general_lock_workspace_summary"
+ android:defaultValue="@bool/lock_workspace" />
<CheckBoxPreference android:key="ui_general_fullscreen"
android:title="@string/preferences_interface_general_fullscreen_title"
android:summary="@string/preferences_interface_general_fullscreen_summary" />
-</PreferenceScreen> \ No newline at end of file
+</PreferenceScreen>