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

Commit 92c62479 authored by Chris Wren's avatar Chris Wren
Browse files

Don't allow actions to intrude into the notification area.

Bug: 6411597
Change-Id: I7331f378463efe136c2bcb517ca8b4263a04556c
parent c33208fe
Loading
Loading
Loading
Loading
+83 −76
Original line number Diff line number Diff line
@@ -42,6 +42,12 @@
        android:paddingBottom="4dp"
        android:gravity="center_vertical"
        >
        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:minHeight="@dimen/notification_large_icon_height"
            android:orientation="vertical"
            >
            <LinearLayout
                android:id="@+id/line1"
                android:layout_width="match_parent"
@@ -136,6 +142,7 @@
                android:visibility="gone"
                style="?android:attr/progressBarStyleHorizontal"
                />
        </LinearLayout>
        <LinearLayout
            android:id="@+id/actions"
            android:layout_width="match_parent"