summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Neha Jain <jainne@google.com> 2024-08-27 20:47:52 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-08-27 20:47:52 +0000
commit4abaabaaba3f44eeb51b7b4b6168d3f5c7f5590f (patch)
tree23cfe576144f9b8c621547c7e8fe5a6eeeb3ada0
parentb6fea889c4ba48bf268c058275ae16c376b2a3ee (diff)
Revert "Fix notification place holder is too low in foldable portrait mode"
This reverts commit b6fea889c4ba48bf268c058275ae16c376b2a3ee. Reason for revert: b/362408996 Change-Id: Icf3aef8075c1947253597038114b7b9195698253
-rw-r--r--packages/SystemUI/res/values-sw600dp-land/config.xml2
-rw-r--r--packages/SystemUI/res/values-sw600dp/config.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values-sw600dp-land/config.xml b/packages/SystemUI/res/values-sw600dp-land/config.xml
index 0c11d2fa1d11..fc6d20e11d3b 100644
--- a/packages/SystemUI/res/values-sw600dp-land/config.xml
+++ b/packages/SystemUI/res/values-sw600dp-land/config.xml
@@ -27,8 +27,6 @@
<!-- Whether to use the split 2-column notification shade -->
<bool name="config_use_split_notification_shade">true</bool>
- <bool name="config_use_large_screen_shade_header">true</bool>
-
<!-- The number of columns in the QuickSettings -->
<integer name="quick_settings_num_columns">2</integer>
diff --git a/packages/SystemUI/res/values-sw600dp/config.xml b/packages/SystemUI/res/values-sw600dp/config.xml
index c594f1cd9313..b4383156dc71 100644
--- a/packages/SystemUI/res/values-sw600dp/config.xml
+++ b/packages/SystemUI/res/values-sw600dp/config.xml
@@ -35,6 +35,8 @@
<!-- How many lines to show in the security footer -->
<integer name="qs_security_footer_maxLines">1</integer>
+ <bool name="config_use_large_screen_shade_header">true</bool>
+
<!-- Whether to show bottom sheets edge to edge -->
<bool name="config_edgeToEdgeBottomSheetDialog">false</bool>