diff options
author | Mindy Pereira <mindyp@google.com> | 2013-09-26 16:47:44 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-09-26 16:47:44 +0000 |
commit | d993cda22ab9062d4badeeeb12ec7ddf38a16be9 (patch) | |
tree | e198161634d682cb9bde09f8ae2323e49b3d3ff4 /core | |
parent | c222f57b5c992fb661b7112a7cd5e5dbe1c6030c (diff) | |
parent | 98860d4592933556e22f5fe1507954e022178bdd (diff) | |
download | frameworks_base-d993cda22ab9062d4badeeeb12ec7ddf38a16be9.zip frameworks_base-d993cda22ab9062d4badeeeb12ec7ddf38a16be9.tar.gz frameworks_base-d993cda22ab9062d4badeeeb12ec7ddf38a16be9.tar.bz2 |
Merge "De-blue notification backgrounds" into klp-dev
Diffstat (limited to 'core')
-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 1602ab8..9832ace 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 6193822..c271b11 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 eaabd93..8a6011e 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 62d8622..525120d 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 32e00be..2159cf5 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 5c4da74..3f054fb 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 0000000..b4e7559 --- /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 0000000..936fbe5 --- /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 f5c3950..81ee3af 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 |