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

Commit 263a2086 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov Committed by Android (Google) Code Review
Browse files

Merge "[SB] Set status_bar_start_side_content height back to match_parent." into main

parents 32d6dd5e a09d038b
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -63,10 +63,12 @@
            <!-- Container that is wrapped around the views on the start half of the status bar.
                 Its width will change with the number of visible children and sub-children.
                 It is useful when we want to know the visible bounds of the content. -->
            <!-- IMPORTANT: The height of this view *must* be match_parent so that the activity
                 chips don't get cropped when they appear. See b/302160300 and b/366988057. -->
            <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">

@@ -75,6 +77,8 @@
                <!-- The alpha of the start side is controlled by PhoneStatusBarTransitions, and the
                     individual views are controlled by StatusBarManager disable flags DISABLE_CLOCK
                     and DISABLE_NOTIFICATION_ICONS, respectively -->
                <!-- IMPORTANT: The height of this view *must* be match_parent so that the activity
                 chips don't get cropped when they appear. See b/302160300 and b/366988057. -->
                <LinearLayout
                    android:id="@+id/status_bar_start_side_except_heads_up"
                    android:layout_height="match_parent"