Fix statusbar icon clip during chip exit animation

Bug: 278163554
Test: Manual, i.e. analyzing video frames of chip exit animation
Change-Id: I50147509b2ca165e6f99c2f035fd48affb4e3046
This commit is contained in:
Johannes Gallmann
2023-04-14 09:50:45 +02:00
parent cc3a74b4b3
commit ee1ed8e8d7

View File

@@ -44,6 +44,8 @@
<LinearLayout android:id="@+id/status_bar_contents"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false"
android:clipToPadding="false"
android:paddingStart="@dimen/status_bar_padding_start"
android:paddingEnd="@dimen/status_bar_padding_end"
android:paddingTop="@dimen/status_bar_padding_top"