From c25aa0c20f7ea2ca2c762668aa2924023289da0f Mon Sep 17 00:00:00 2001 From: Liran Binyamin Date: Wed, 9 Oct 2024 11:03:50 -0400 Subject: [PATCH] Create container view for bubble bar The container will be used to inflate the bubble bar flyout view Flag: com.android.wm.shell.enable_bubble_bar Bug: 277815200 Test: builds successfully -- code is not wired up yet Change-Id: I3012caa801c73f9e13f26c8803595b59e250ae1e --- quickstep/res/layout/customizable_taskbar.xml | 34 +++++++++++-------- quickstep/res/layout/taskbar.xml | 29 ++++++++++------ quickstep/res/layout/transient_taskbar.xml | 30 +++++++++------- .../taskbar/TaskbarActivityContext.java | 5 ++- .../bubbles/BubbleBarViewController.java | 4 ++- 5 files changed, 63 insertions(+), 39 deletions(-) diff --git a/quickstep/res/layout/customizable_taskbar.xml b/quickstep/res/layout/customizable_taskbar.xml index e1a80aee30..d988cbcf93 100644 --- a/quickstep/res/layout/customizable_taskbar.xml +++ b/quickstep/res/layout/customizable_taskbar.xml @@ -51,20 +51,26 @@ android:layout_width="match_parent" android:layout_height="match_parent"/> - + + + + - + + + + - + + + +