Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 395e9641 authored by Evan Laird's avatar Evan Laird
Browse files

[Status bar] Fix ongoing call chip clipping while appearing

Some other status bar changes added a few `wrap_contents` where we used
to have `match_height`. These interim views are mainly for left-right
alignment and measuring, so keeping the `match_parent` strategy should
have no other visible changes.

Test: manual; send an ongoing call notification and check animations
Fixes: 302160300
Change-Id: I1ffd55132358a0e05c31fae466a59f96419f17f4
parent f2a089d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@
            <FrameLayout
                android:id="@+id/status_bar_start_side_content"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_height="match_parent"
                android:layout_gravity="center_vertical|start"
                android:clipChildren="false">

@@ -77,7 +77,7 @@
                     and DISABLE_NOTIFICATION_ICONS, respectively -->
                <LinearLayout
                    android:id="@+id/status_bar_start_side_except_heads_up"
                    android:layout_height="wrap_content"
                    android:layout_height="match_parent"
                    android:layout_width="match_parent"
                    android:layout_gravity="center_vertical|start"
                    android:clipChildren="false">