Merge "Fix statusbar icon clip during chip exit animation" into udc-dev

This commit is contained in:
Johannes Gallmann
2023-04-20 13:47:03 +00:00
committed by Android (Google) Code Review

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"