diff options
author | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-08 22:01:16 +0000 |
---|---|---|
committer | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-08 22:01:16 +0000 |
commit | 2dbb5985b05f5629e039915db6ddfd7060c952e4 (patch) | |
tree | 7f3479dfd72f4ad933bf74b319f3d22f35dbce19 /ui/resources | |
parent | 3de10bb34e30bfbd53cc1092152a68b253b4a354 (diff) | |
download | chromium_src-2dbb5985b05f5629e039915db6ddfd7060c952e4.zip chromium_src-2dbb5985b05f5629e039915db6ddfd7060c952e4.tar.gz chromium_src-2dbb5985b05f5629e039915db6ddfd7060c952e4.tar.bz2 |
Adds notification specific assets.
BUG=168822
Review URL: https://codereview.chromium.org/11778047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175590 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources')
13 files changed, 6 insertions, 0 deletions
diff --git a/ui/resources/default_100_percent/common/notification_close.png b/ui/resources/default_100_percent/common/notification_close.png Binary files differnew file mode 100644 index 0000000..a7548549 --- /dev/null +++ b/ui/resources/default_100_percent/common/notification_close.png diff --git a/ui/resources/default_100_percent/common/notification_close_hover.png b/ui/resources/default_100_percent/common/notification_close_hover.png Binary files differnew file mode 100644 index 0000000..f1a8932 --- /dev/null +++ b/ui/resources/default_100_percent/common/notification_close_hover.png diff --git a/ui/resources/default_100_percent/common/notification_close_pressed.png b/ui/resources/default_100_percent/common/notification_close_pressed.png Binary files differnew file mode 100644 index 0000000..6af6d1f --- /dev/null +++ b/ui/resources/default_100_percent/common/notification_close_pressed.png diff --git a/ui/resources/default_100_percent/common/notifications_expand.png b/ui/resources/default_100_percent/common/notifications_expand.png Binary files differnew file mode 100644 index 0000000..c3dcec6 --- /dev/null +++ b/ui/resources/default_100_percent/common/notifications_expand.png diff --git a/ui/resources/default_100_percent/common/notifications_expand_hover.png b/ui/resources/default_100_percent/common/notifications_expand_hover.png Binary files differnew file mode 100644 index 0000000..b8a2ccc --- /dev/null +++ b/ui/resources/default_100_percent/common/notifications_expand_hover.png diff --git a/ui/resources/default_100_percent/common/notifications_expand_pressed.png b/ui/resources/default_100_percent/common/notifications_expand_pressed.png Binary files differnew file mode 100644 index 0000000..d96a6e0 --- /dev/null +++ b/ui/resources/default_100_percent/common/notifications_expand_pressed.png diff --git a/ui/resources/default_200_percent/common/notification_close.png b/ui/resources/default_200_percent/common/notification_close.png Binary files differnew file mode 100644 index 0000000..cd6619f --- /dev/null +++ b/ui/resources/default_200_percent/common/notification_close.png diff --git a/ui/resources/default_200_percent/common/notification_close_hover.png b/ui/resources/default_200_percent/common/notification_close_hover.png Binary files differnew file mode 100644 index 0000000..d932ec2 --- /dev/null +++ b/ui/resources/default_200_percent/common/notification_close_hover.png diff --git a/ui/resources/default_200_percent/common/notification_close_pressed.png b/ui/resources/default_200_percent/common/notification_close_pressed.png Binary files differnew file mode 100644 index 0000000..e7413e9 --- /dev/null +++ b/ui/resources/default_200_percent/common/notification_close_pressed.png diff --git a/ui/resources/default_200_percent/common/notifications_expand.png b/ui/resources/default_200_percent/common/notifications_expand.png Binary files differnew file mode 100644 index 0000000..b7e2850 --- /dev/null +++ b/ui/resources/default_200_percent/common/notifications_expand.png diff --git a/ui/resources/default_200_percent/common/notifications_expand_hover.png b/ui/resources/default_200_percent/common/notifications_expand_hover.png Binary files differnew file mode 100644 index 0000000..49c6759 --- /dev/null +++ b/ui/resources/default_200_percent/common/notifications_expand_hover.png diff --git a/ui/resources/default_200_percent/common/notifications_expand_pressed.png b/ui/resources/default_200_percent/common/notifications_expand_pressed.png Binary files differnew file mode 100644 index 0000000..5367a6a --- /dev/null +++ b/ui/resources/default_200_percent/common/notifications_expand_pressed.png diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index c2f2893..527dce5 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -267,6 +267,12 @@ <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE_SMALL_RIGHT" file="common/window_bubble_shadow_spike_small_right.png" /> <structure type="chrome_scaled_image" name="IDR_WINDOW_BUBBLE_SHADOW_SPIKE_SMALL_TOP" file="common/window_bubble_shadow_spike_small_top.png" /> <structure type="chrome_scaled_image" name="IDR_MESSAGE_CLOSE" file="common/message_close.png" /> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_CLOSE" file="common/notification_close.png"/> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_CLOSE_HOVER" file="common/notification_close_hover.png"/> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_CLOSE_PRESSED" file="common/notification_close_pressed.png"/> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATIONS_EXPAND" file="common/notifications_expand.png"/> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATIONS_EXPAND_HOVER" file="common/notifications_expand_hover.png"/> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATIONS_EXPAND_PRESSED" file="common/notifications_expand_pressed.png"/> </structures> </release> </grit> |