diff options
| author | 2011-11-02 11:47:04 -0700 | |
|---|---|---|
| committer | 2011-11-02 11:47:04 -0700 | |
| commit | 779c1b8507d939bd3bd6d3e758ded095d91bcd6f (patch) | |
| tree | 78b28a0a969ddf9e94f08069f9cfdc0eaff20af2 | |
| parent | c7dbfc640bcbc6a238068742aeaa76473e56037e (diff) | |
| parent | 2f77eae947d8f0c2c456c6ae5a9e218f7d836e77 (diff) | |
Merge "Make the notification panel header opaque." into ics-mr1
| -rw-r--r-- | packages/SystemUI/res/values/colors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/colors.xml b/packages/SystemUI/res/values/colors.xml index ce390a0d4517..ff67a7eac6c1 100644 --- a/packages/SystemUI/res/values/colors.xml +++ b/packages/SystemUI/res/values/colors.xml @@ -26,7 +26,7 @@ <drawable name="status_bar_recents_app_thumbnail_background">#88000000</drawable> <color name="status_bar_recents_app_label_color">#ffffffff</color> <drawable name="status_bar_notification_row_background_color">#ff090909</drawable> - <drawable name="notification_header_bg">#d8000000</drawable> + <drawable name="notification_header_bg">#FF000000</drawable> <drawable name="notification_tracking_bg">#d8000000</drawable> <color name="notification_list_shadow_top">#80000000</color> <drawable name="recents_callout_line">#99ffffff</drawable> |