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

Commit be25d5b0 authored by Peter Ng's avatar Peter Ng Committed by Android (Google) Code Review
Browse files

Merge "Do not merge - Recents background protection increased" into ics-mr0

parents aa938c8d 02d6fa58
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>