diff options
| author | 2013-09-26 16:47:44 +0000 | |
|---|---|---|
| committer | 2013-09-26 16:47:44 +0000 | |
| commit | d993cda22ab9062d4badeeeb12ec7ddf38a16be9 (patch) | |
| tree | e198161634d682cb9bde09f8ae2323e49b3d3ff4 | |
| parent | c222f57b5c992fb661b7112a7cd5e5dbe1c6030c (diff) | |
| parent | 98860d4592933556e22f5fe1507954e022178bdd (diff) | |
Merge "De-blue notification backgrounds" into klp-dev
| -rw-r--r-- | core/res/res/drawable-hdpi/notification_bg_low_pressed.9.png | bin | 181 -> 165 bytes | |||
| -rw-r--r-- | core/res/res/drawable-hdpi/notification_bg_normal_pressed.9.png | bin | 180 -> 165 bytes | |||
| -rw-r--r-- | core/res/res/drawable-mdpi/notification_bg_low_pressed.9.png | bin | 169 -> 157 bytes | |||
| -rw-r--r-- | core/res/res/drawable-mdpi/notification_bg_normal_pressed.9.png | bin | 171 -> 157 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xhdpi/notification_bg_low_pressed.9.png | bin | 210 -> 171 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xhdpi/notification_bg_normal_pressed.9.png | bin | 207 -> 171 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xxhdpi/notification_bg_low_pressed.9.png | bin | 0 -> 1061 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xxhdpi/notification_bg_normal_pressed.9.png | bin | 0 -> 1061 bytes | |||
| -rw-r--r-- | core/res/res/values/colors.xml | 2 |
9 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/drawable-hdpi/notification_bg_low_pressed.9.png b/core/res/res/drawable-hdpi/notification_bg_low_pressed.9.png Binary files differindex 1602ab872b37..9832ace2f803 100644 --- a/core/res/res/drawable-hdpi/notification_bg_low_pressed.9.png +++ b/core/res/res/drawable-hdpi/notification_bg_low_pressed.9.png diff --git a/core/res/res/drawable-hdpi/notification_bg_normal_pressed.9.png b/core/res/res/drawable-hdpi/notification_bg_normal_pressed.9.png Binary files differindex 6193822d57c1..c271b114756f 100644 --- a/core/res/res/drawable-hdpi/notification_bg_normal_pressed.9.png +++ b/core/res/res/drawable-hdpi/notification_bg_normal_pressed.9.png diff --git a/core/res/res/drawable-mdpi/notification_bg_low_pressed.9.png b/core/res/res/drawable-mdpi/notification_bg_low_pressed.9.png Binary files differindex eaabd9317034..8a6011e70e3c 100644 --- a/core/res/res/drawable-mdpi/notification_bg_low_pressed.9.png +++ b/core/res/res/drawable-mdpi/notification_bg_low_pressed.9.png diff --git a/core/res/res/drawable-mdpi/notification_bg_normal_pressed.9.png b/core/res/res/drawable-mdpi/notification_bg_normal_pressed.9.png Binary files differindex 62d8622b27bc..525120d74e5b 100644 --- a/core/res/res/drawable-mdpi/notification_bg_normal_pressed.9.png +++ b/core/res/res/drawable-mdpi/notification_bg_normal_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/notification_bg_low_pressed.9.png b/core/res/res/drawable-xhdpi/notification_bg_low_pressed.9.png Binary files differindex 32e00befeb6a..2159cf597360 100644 --- a/core/res/res/drawable-xhdpi/notification_bg_low_pressed.9.png +++ b/core/res/res/drawable-xhdpi/notification_bg_low_pressed.9.png diff --git a/core/res/res/drawable-xhdpi/notification_bg_normal_pressed.9.png b/core/res/res/drawable-xhdpi/notification_bg_normal_pressed.9.png Binary files differindex 5c4da7445195..3f054fb56664 100644 --- a/core/res/res/drawable-xhdpi/notification_bg_normal_pressed.9.png +++ b/core/res/res/drawable-xhdpi/notification_bg_normal_pressed.9.png diff --git a/core/res/res/drawable-xxhdpi/notification_bg_low_pressed.9.png b/core/res/res/drawable-xxhdpi/notification_bg_low_pressed.9.png Binary files differnew file mode 100644 index 000000000000..b4e7559f0802 --- /dev/null +++ b/core/res/res/drawable-xxhdpi/notification_bg_low_pressed.9.png diff --git a/core/res/res/drawable-xxhdpi/notification_bg_normal_pressed.9.png b/core/res/res/drawable-xxhdpi/notification_bg_normal_pressed.9.png Binary files differnew file mode 100644 index 000000000000..936fbe53d17a --- /dev/null +++ b/core/res/res/drawable-xxhdpi/notification_bg_normal_pressed.9.png diff --git a/core/res/res/values/colors.xml b/core/res/res/values/colors.xml index f5c395004003..81ee3af51900 100644 --- a/core/res/res/values/colors.xml +++ b/core/res/res/values/colors.xml @@ -23,7 +23,7 @@ <drawable name="status_bar_closed_default_background">#ff000000</drawable> <drawable name="status_bar_opened_default_background">#ff000000</drawable> <drawable name="notification_item_background_color">#ff111111</drawable> - <drawable name="notification_item_background_color_pressed">#ff257390</drawable> + <drawable name="notification_item_background_color_pressed">#ff454545</drawable> <drawable name="search_bar_default_color">#ff000000</drawable> <drawable name="safe_mode_background">#60000000</drawable> <!-- Background drawable that can be used for a transparent activity to |