summaryrefslogtreecommitdiffstats
path: root/quickstep/res/xml/indexable_launcher_prefs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'quickstep/res/xml/indexable_launcher_prefs.xml')
-rw-r--r--quickstep/res/xml/indexable_launcher_prefs.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/quickstep/res/xml/indexable_launcher_prefs.xml b/quickstep/res/xml/indexable_launcher_prefs.xml
index 265540201..30f310021 100644
--- a/quickstep/res/xml/indexable_launcher_prefs.xml
+++ b/quickstep/res/xml/indexable_launcher_prefs.xml
@@ -20,8 +20,14 @@
android:key="pref_add_icon_to_home"
android:title="@string/auto_add_shortcuts_label"
android:summary="@string/auto_add_shortcuts_description"
- android:defaultValue="true"
- />
+ android:defaultValue="true" />
+
+ <SwitchPreference
+ android:key="pref_allowRotation"
+ android:title="@string/allow_rotation_title"
+ android:summary="@string/allow_rotation_desc"
+ android:defaultValue="@bool/allow_rotation"
+ android:persistent="true" />
<ListPreference
android:key="pref_override_icon_shape"