commit | 71fb907adf385975e2210a5f460e3212d001d60e | [log] [tgz] |
---|---|---|
author | Alex Chau <alexchau@google.com> | Tue Mar 30 13:58:04 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 30 13:58:04 2021 +0000 |
tree | 5e5c61c8f8cb388a62410287cf9a47b5845399a3 | |
parent | 1fce683e929aa24b8a118f7d938bb4c3823e95a4 [diff] | |
parent | 1ab1020496ad40eea2e59031dbf22a2e27b8e02c [diff] |
Merge "Don't transpose hotseat on sw600" into sc-dev am: 1ab1020496 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14009644 Change-Id: I5c35fbf5a582d3c278526c93acb367ec4a58bc03
diff --git a/res/values-sw600dp/config.xml b/res/values-sw600dp/config.xml index 09bdaaf..d50115b 100644 --- a/res/values-sw600dp/config.xml +++ b/res/values-sw600dp/config.xml
@@ -1,3 +1,6 @@ <resources> <bool name="allow_rotation">true</bool> + + <!-- Hotseat --> + <bool name="hotseat_transpose_layout_with_orientation">false</bool> </resources>
diff --git a/res/values-sw720dp/config.xml b/res/values-sw720dp/config.xml index ec07591..33fc553 100644 --- a/res/values-sw720dp/config.xml +++ b/res/values-sw720dp/config.xml
@@ -3,7 +3,4 @@ <!-- All Apps & Widgets --> <!-- Out of 100, the percent to shrink the workspace during spring loaded mode. --> <integer name="config_workspaceSpringLoadShrinkPercentage">90</integer> - -<!-- Hotseat --> - <bool name="hotseat_transpose_layout_with_orientation">false</bool> </resources>