Skip to content

Commit 9ed2beb

Browse files
committed
Use lighter background for Recents
Also, re-enable gradient on tablets (gradient will be disabled in device-specific overlays on devices that don't render it well) Bug: 7381275
1 parent cc0106c commit 9ed2beb

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)