From 12a63a226d85a70cfc7a60afc4489f38b24ae692 Mon Sep 17 00:00:00 2001 From: Ben Lin Date: Tue, 31 May 2022 13:26:07 -0700 Subject: [PATCH] Move NSSL to a separate layout file. This allows devices of different form factors to provide their own version of NSSL. Bug: 243819288 Test: make, push, everything is still working Change-Id: Ie8feafe120eb8c5aaa5d889d4145d4348534ddef (cherry picked from commit 666354659c87f0ad67b19c83bd443fb473d37d2e) --- .../notification_stack_scroll_layout.xml | 31 +++++++++++++++++++ .../res/layout/status_bar_expanded.xml | 15 +++------ 2 files changed, 35 insertions(+), 11 deletions(-) create mode 100644 packages/SystemUI/res/layout/notification_stack_scroll_layout.xml diff --git a/packages/SystemUI/res/layout/notification_stack_scroll_layout.xml b/packages/SystemUI/res/layout/notification_stack_scroll_layout.xml new file mode 100644 index 0000000000000..65cf81ea416b6 --- /dev/null +++ b/packages/SystemUI/res/layout/notification_stack_scroll_layout.xml @@ -0,0 +1,31 @@ + + + + + diff --git a/packages/SystemUI/res/layout/status_bar_expanded.xml b/packages/SystemUI/res/layout/status_bar_expanded.xml index 6423a50fc107e..f0e49d5c20118 100644 --- a/packages/SystemUI/res/layout/status_bar_expanded.xml +++ b/packages/SystemUI/res/layout/status_bar_expanded.xml @@ -109,17 +109,10 @@ systemui:layout_constraintGuide_percent="0.5" android:orientation="vertical"/> - + +