summaryrefslogtreecommitdiffstats
path: root/res/xml/launcher_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/launcher_preferences.xml')
-rw-r--r--res/xml/launcher_preferences.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/res/xml/launcher_preferences.xml b/res/xml/launcher_preferences.xml
index 7bb19f334..dde2c5c17 100644
--- a/res/xml/launcher_preferences.xml
+++ b/res/xml/launcher_preferences.xml
@@ -34,8 +34,13 @@
android:title="@string/auto_add_shortcuts_label"
android:summary="@string/auto_add_shortcuts_description"
android:defaultValue="true"
- android:persistent="true"
- />
+ android:persistent="true" />
+
+ <SwitchPreference
+ android:key="pref_allowRotation"
+ android:title="@string/allow_rotation_title"
+ android:defaultValue="@bool/allow_rotation"
+ android:persistent="true" />
<ListPreference
android:key="pref_override_icon_shape"