diff options
| author | 2011-10-21 16:42:49 -0700 | |
|---|---|---|
| committer | 2011-10-21 16:42:49 -0700 | |
| commit | be25d5b05639c8475b7faf312959923db86efa5d (patch) | |
| tree | c91040596e39aacc858eab96a9fa0af374fb8ce4 | |
| parent | aa938c8d9c0e71c9b556657cb33794210ce6ebf8 (diff) | |
| parent | 02d6fa584085c9b032b7d5748c628558350360d2 (diff) | |
Merge "Do not merge - Recents background protection increased" into ics-mr0
| -rw-r--r-- | packages/SystemUI/res/drawable/status_bar_recents_background.xml | 10 | ||||
| -rw-r--r-- | packages/SystemUI/res/values/colors.xml | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/packages/SystemUI/res/drawable/status_bar_recents_background.xml b/packages/SystemUI/res/drawable/status_bar_recents_background.xml index 8b22bf160407..7831db03880d 100644 --- a/packages/SystemUI/res/drawable/status_bar_recents_background.xml +++ b/packages/SystemUI/res/drawable/status_bar_recents_background.xml @@ -17,9 +17,9 @@ */ --> <shape xmlns:android="http://schemas.android.com/apk/res/android"> - <gradient name="status_bar_recents_background" - android:startColor="#cc000000" - android:endColor="#66000000" - android:angle="@integer/status_bar_recents_bg_gradient_degrees" - /> + <gradient name="status_bar_recents_background" + android:startColor="#e6000000" + android:endColor="#c0000000" + android:angle="@integer/status_bar_recents_bg_gradient_degrees" + /> </shape> diff --git a/packages/SystemUI/res/values/colors.xml b/packages/SystemUI/res/values/colors.xml index bce0bc4f39cc..ce390a0d4517 100644 --- a/packages/SystemUI/res/values/colors.xml +++ b/packages/SystemUI/res/values/colors.xml @@ -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> |