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

Commit 6d93ea74 authored by Daniel Shiplacoff's avatar Daniel Shiplacoff Committed by Android (Google) Code Review
Browse files

Merge "Recents background protection increased"

parents 59cf1dd6 3ed8933b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <gradient name="status_bar_recents_background"
            android:startColor="#cc000000"
            android:endColor="#66000000"
        android:startColor="#e6000000"
        android:endColor="#c0000000"
        android:angle="@integer/status_bar_recents_bg_gradient_degrees"
        />
</shape>
+1 −1
Original line number Diff line number Diff line
@@ -29,5 +29,5 @@
    <drawable name="notification_header_bg">#d8000000</drawable>
    <drawable name="notification_tracking_bg">#d8000000</drawable>
    <color name="notification_list_shadow_top">#80000000</color>
    <drawable name="recents_callout_line">#66ffffff</drawable>
    <drawable name="recents_callout_line">#99ffffff</drawable>
</resources>