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

This commit is contained in:
Peter Ng
2011-10-21 16:42:49 -07:00
committed by Android (Google) Code Review
2 changed files with 6 additions and 6 deletions

View File

@@ -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>

View File

@@ -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>