From 8fb9cb80d712dc91775b16ca676f7a005509493a Mon Sep 17 00:00:00 2001 From: Nick Chameyev Date: Mon, 21 Nov 2022 18:39:40 +0000 Subject: [PATCH] [Unfold animation] Remove clipping of the left statusbar container Removes clipping of the statusbar container for the 'start' items, so when translating them we could see the items. Bug: 259098671 Test: manual fold and unfold Change-Id: I00518e9ef1068a4ba5e8fc05231c634b09a6c72a --- packages/SystemUI/res/layout/status_bar.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/res/layout/status_bar.xml b/packages/SystemUI/res/layout/status_bar.xml index b63ee50955544..3b71dc32b2569 100644 --- a/packages/SystemUI/res/layout/status_bar.xml +++ b/packages/SystemUI/res/layout/status_bar.xml @@ -55,6 +55,7 @@ android:id="@+id/status_bar_start_side_container" android:layout_height="match_parent" android:layout_width="0dp" + android:clipChildren="false" android:layout_weight="1">