summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-04-20 12:00:17 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-04-20 12:00:43 -0700
commitc919a4fa94cfbfaff9a90dddfbfff096741c1574 (patch)
treebe838adca8f43d4f01a4351b1fe3b4e8036c31a1 /res/xml
parentf589eebbec1d6826f15d15b09eb712b8b8a30f43 (diff)
downloadandroid_packages_apps_Trebuchet-c919a4fa94cfbfaff9a90dddfbfff096741c1574.tar.gz
android_packages_apps_Trebuchet-c919a4fa94cfbfaff9a90dddfbfff096741c1574.tar.bz2
android_packages_apps_Trebuchet-c919a4fa94cfbfaff9a90dddfbfff096741c1574.zip
Kepping the rotation setting UI always enabled and accessible
Bug: 77654352 Change-Id: Iade9ef33bc70fdbdac9ab39d6fa77113fb21549a
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/launcher_preferences.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/launcher_preferences.xml b/res/xml/launcher_preferences.xml
index dde2c5c17..3bba73a6c 100644
--- a/res/xml/launcher_preferences.xml
+++ b/res/xml/launcher_preferences.xml
@@ -39,6 +39,7 @@
<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" />