Skip to content

Commit 6d93ea7

Browse files
Daniel ShiplacoffAndroid (Google) Code Review
authored andcommitted
Merge "Recents background protection increased"
2 parents 59cf1dd + 3ed8933 commit 6d93ea7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/SystemUI/res/drawable/status_bar_recents_background.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
*/
1818
-->
1919
<shape xmlns:android="http://schemas.android.com/apk/res/android">
20-
<gradient name="status_bar_recents_background"
21-
android:startColor="#cc000000"
22-
android:endColor="#66000000"
23-
android:angle="@integer/status_bar_recents_bg_gradient_degrees"
24-
/>
20+
<gradient name="status_bar_recents_background"
21+
android:startColor="#e6000000"
22+
android:endColor="#c0000000"
23+
android:angle="@integer/status_bar_recents_bg_gradient_degrees"
24+
/>
2525
</shape>

packages/SystemUI/res/values/colors.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
<drawable name="notification_header_bg">#d8000000</drawable>
3030
<drawable name="notification_tracking_bg">#d8000000</drawable>
3131
<color name="notification_list_shadow_top">#80000000</color>
32-
<drawable name="recents_callout_line">#66ffffff</drawable>
32+
<drawable name="recents_callout_line">#99ffffff</drawable>
3333
</resources>

0 commit comments

Comments
 (0)