Skip to content

Commit a665df5

Browse files
mikejurkaAndroid (Google) Code Review
authored andcommitted
Merge "Use lighter background for Recents" into jb-mr1-dev
2 parents 6fd394a + 9ed2beb commit a665df5

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

packages/SystemUI/res/drawable-sw600dp/status_bar_recents_background.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/SystemUI/res/drawable/status_bar_recents_background.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
-->
1919
<shape xmlns:android="http://schemas.android.com/apk/res/android">
2020
<gradient name="status_bar_recents_background"
21-
android:startColor="#e6000000"
22-
android:endColor="#c0000000"
21+
android:startColor="#E0000000"
22+
android:endColor="#99000000"
2323
android:angle="@integer/status_bar_recents_bg_gradient_degrees"
2424
/>
2525
</shape>

0 commit comments

Comments
 (0)