[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
This commit is contained in:
Nick Chameyev
2022-11-21 18:39:40 +00:00
parent bcd596c6c2
commit 8fb9cb80d7

View File

@@ -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">
<!-- Container that is wrapped around the views on the start half of the status bar.