summaryrefslogtreecommitdiffstats
path: root/quickstep/res/xml/indexable_launcher_prefs.xml
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-05-23 07:23:07 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-05-23 07:23:07 +0000
commit4ac63b28ced5d5b09eaae39adca68377a2a7ef5b (patch)
tree190b1a5377bf6dfc836e4be57767d0cd512c6bf2 /quickstep/res/xml/indexable_launcher_prefs.xml
parent8102503413976f42f825aacda49af53a5483933b (diff)
parentd00202ed3306950264be533cb2e8a171f58f7930 (diff)
downloadandroid_packages_apps_Trebuchet-4ac63b28ced5d5b09eaae39adca68377a2a7ef5b.tar.gz
android_packages_apps_Trebuchet-4ac63b28ced5d5b09eaae39adca68377a2a7ef5b.tar.bz2
android_packages_apps_Trebuchet-4ac63b28ced5d5b09eaae39adca68377a2a7ef5b.zip
Snap for 4799153 from d00202ed3306950264be533cb2e8a171f58f7930 to pi-release
Change-Id: I72cfd121a4f78f4f1c44a5989a07bc9926593a2c
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"