Merge "[Unfold animation] Remove clipping of the left statusbar container" into tm-qpr-dev

This commit is contained in:
Nick Chameyev
2022-11-28 12:05:26 +00:00
committed by Android (Google) Code Review

View File

@@ -55,6 +55,7 @@
android:id="@+id/status_bar_start_side_container" android:id="@+id/status_bar_start_side_container"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_width="0dp" android:layout_width="0dp"
android:clipChildren="false"
android:layout_weight="1"> android:layout_weight="1">
<!-- Container that is wrapped around the views on the start half of the status bar. <!-- Container that is wrapped around the views on the start half of the status bar.