summaryrefslogtreecommitdiffstats
path: root/ui/resources
diff options
context:
space:
mode:
authorxiyuan <xiyuan@chromium.org>2014-11-12 15:07:16 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-12 23:07:40 +0000
commit931ffd546bc4a324779f4dcb137605f11a917a31 (patch)
treeb9755b9ad1a0b0bf32113767ffba6de2dc8a7615 /ui/resources
parente196198fb0618fd894cff7c2585b516a7e779e1f (diff)
downloadchromium_src-931ffd546bc4a324779f4dcb137605f11a917a31.zip
chromium_src-931ffd546bc4a324779f4dcb137605f11a917a31.tar.gz
chromium_src-931ffd546bc4a324779f4dcb137605f11a917a31.tar.bz2
easy-unlock: Add icon for pairing changed state.
BUG=430729 Review URL: https://codereview.chromium.org/718923002 Cr-Commit-Position: refs/heads/master@{#303911}
Diffstat (limited to 'ui/resources')
-rw-r--r--ui/resources/default_100_percent/common/easy_unlock_locked_to_be_activated.pngbin0 -> 731 bytes
-rw-r--r--ui/resources/default_100_percent/common/easy_unlock_locked_to_be_activated_hover.pngbin0 -> 731 bytes
-rw-r--r--ui/resources/default_100_percent/common/easy_unlock_locked_to_be_activated_pressed.pngbin0 -> 731 bytes
-rw-r--r--ui/resources/default_200_percent/common/easy_unlock_locked_to_be_activated.pngbin0 -> 1497 bytes
-rw-r--r--ui/resources/default_200_percent/common/easy_unlock_locked_to_be_activated_hover.pngbin0 -> 1510 bytes
-rw-r--r--ui/resources/default_200_percent/common/easy_unlock_locked_to_be_activated_pressed.pngbin0 -> 1497 bytes
-rw-r--r--ui/resources/ui_resources.grd3
7 files changed, 3 insertions, 0 deletions
diff --git a/ui/resources/default_100_percent/common/easy_unlock_locked_to_be_activated.png b/ui/resources/default_100_percent/common/easy_unlock_locked_to_be_activated.png
new file mode 100644
index 0000000..73a83c0
--- /dev/null
+++ b/ui/resources/default_100_percent/common/easy_unlock_locked_to_be_activated.png
Binary files differ
diff --git a/ui/resources/default_100_percent/common/easy_unlock_locked_to_be_activated_hover.png b/ui/resources/default_100_percent/common/easy_unlock_locked_to_be_activated_hover.png
new file mode 100644
index 0000000..45abc6e
--- /dev/null
+++ b/ui/resources/default_100_percent/common/easy_unlock_locked_to_be_activated_hover.png
Binary files differ
diff --git a/ui/resources/default_100_percent/common/easy_unlock_locked_to_be_activated_pressed.png b/ui/resources/default_100_percent/common/easy_unlock_locked_to_be_activated_pressed.png
new file mode 100644
index 0000000..a41cbeb
--- /dev/null
+++ b/ui/resources/default_100_percent/common/easy_unlock_locked_to_be_activated_pressed.png
Binary files differ
diff --git a/ui/resources/default_200_percent/common/easy_unlock_locked_to_be_activated.png b/ui/resources/default_200_percent/common/easy_unlock_locked_to_be_activated.png
new file mode 100644
index 0000000..37c36b95
--- /dev/null
+++ b/ui/resources/default_200_percent/common/easy_unlock_locked_to_be_activated.png
Binary files differ
diff --git a/ui/resources/default_200_percent/common/easy_unlock_locked_to_be_activated_hover.png b/ui/resources/default_200_percent/common/easy_unlock_locked_to_be_activated_hover.png
new file mode 100644
index 0000000..4b488c2
--- /dev/null
+++ b/ui/resources/default_200_percent/common/easy_unlock_locked_to_be_activated_hover.png
Binary files differ
diff --git a/ui/resources/default_200_percent/common/easy_unlock_locked_to_be_activated_pressed.png b/ui/resources/default_200_percent/common/easy_unlock_locked_to_be_activated_pressed.png
new file mode 100644
index 0000000..dd7de16
--- /dev/null
+++ b/ui/resources/default_200_percent/common/easy_unlock_locked_to_be_activated_pressed.png
Binary files differ
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd
index 7b33c23..cadb517 100644
--- a/ui/resources/ui_resources.grd
+++ b/ui/resources/ui_resources.grd
@@ -270,6 +270,9 @@
<structure type="chrome_scaled_image" name="IDR_EASY_UNLOCK_LOCKED" file="common/easy_unlock_locked.png" />
<structure type="chrome_scaled_image" name="IDR_EASY_UNLOCK_LOCKED_HOVER" file="common/easy_unlock_locked_hover.png" />
<structure type="chrome_scaled_image" name="IDR_EASY_UNLOCK_LOCKED_PRESSED" file="common/easy_unlock_locked_pressed.png" />
+ <structure type="chrome_scaled_image" name="IDR_EASY_UNLOCK_LOCKED_TO_BE_ACTIVATED" file="common/easy_unlock_locked_to_be_activated.png" />
+ <structure type="chrome_scaled_image" name="IDR_EASY_UNLOCK_LOCKED_TO_BE_ACTIVATED_HOVER" file="common/easy_unlock_locked_to_be_activated_hover.png" />
+ <structure type="chrome_scaled_image" name="IDR_EASY_UNLOCK_LOCKED_TO_BE_ACTIVATED_PRESSED" file="common/easy_unlock_locked_to_be_activated_pressed.png" />
<structure type="chrome_scaled_image" name="IDR_EASY_UNLOCK_LOCKED_WITH_PROXIMITY_HINT" file="common/easy_unlock_locked_with_proximity_hint.png" />
<structure type="chrome_scaled_image" name="IDR_EASY_UNLOCK_LOCKED_WITH_PROXIMITY_HINT_HOVER" file="common/easy_unlock_locked_with_proximity_hint_hover.png" />
<structure type="chrome_scaled_image" name="IDR_EASY_UNLOCK_LOCKED_WITH_PROXIMITY_HINT_PRESSED" file="common/easy_unlock_locked_with_proximity_hint_pressed.png" />