summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-09-06 01:22:59 -0400
committerDaniel Sandler <dsandler@android.com>2012-09-06 11:52:10 -0400
commit32f6fd55b1bcabc97945827d88d60ba48edf1a40 (patch)
tree2ca9ee3ce48316398cf5d61de6c49f4a2920c117 /packages/SystemUI/res
parent5830cb2882b38182f414423ae1bc901cc27767cc (diff)
downloadframeworks_base-32f6fd55b1bcabc97945827d88d60ba48edf1a40.zip
frameworks_base-32f6fd55b1bcabc97945827d88d60ba48edf1a40.tar.gz
frameworks_base-32f6fd55b1bcabc97945827d88d60ba48edf1a40.tar.bz2
New "Start dreams" launcher shortcut.
Change-Id: Ice46fc8b99dae615e421ccf4eb6ca6f2a76cbe5f
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r--packages/SystemUI/res/mipmap-hdpi/ic_dreams.pngbin0 -> 3572 bytes
-rw-r--r--packages/SystemUI/res/mipmap-mdpi/ic_dreams.pngbin0 -> 2366 bytes
-rw-r--r--packages/SystemUI/res/mipmap-xhdpi/ic_dreams.pngbin0 -> 4996 bytes
-rw-r--r--packages/SystemUI/res/values/strings.xml7
4 files changed, 4 insertions, 3 deletions
diff --git a/packages/SystemUI/res/mipmap-hdpi/ic_dreams.png b/packages/SystemUI/res/mipmap-hdpi/ic_dreams.png
new file mode 100644
index 0000000..56cbac1
--- /dev/null
+++ b/packages/SystemUI/res/mipmap-hdpi/ic_dreams.png
Binary files differ
diff --git a/packages/SystemUI/res/mipmap-mdpi/ic_dreams.png b/packages/SystemUI/res/mipmap-mdpi/ic_dreams.png
new file mode 100644
index 0000000..ea3d991
--- /dev/null
+++ b/packages/SystemUI/res/mipmap-mdpi/ic_dreams.png
Binary files differ
diff --git a/packages/SystemUI/res/mipmap-xhdpi/ic_dreams.png b/packages/SystemUI/res/mipmap-xhdpi/ic_dreams.png
new file mode 100644
index 0000000..ddc7f66
--- /dev/null
+++ b/packages/SystemUI/res/mipmap-xhdpi/ic_dreams.png
Binary files differ
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index 609d63b..43070c6 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -372,9 +372,6 @@
<!-- Content description of the clear button in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
<string name="accessibility_clear_all">Clear all notifications.</string>
- <!-- Description of the desk dock action that invokes the Android Dreams screen saver feature -->
- <string name="dreams_dock_launcher">Activate screen saver</string>
-
<!-- Title shown in notification popup for inspecting the responsible
application -->
<string name="status_bar_notification_inspect_item_title">App info</string>
@@ -400,4 +397,8 @@
<!-- Name of the Jelly Bean platlogo screensaver -->
<string name="jelly_bean_dream_name">BeanFlinger</string>
+
+ <!-- Name of the launcher shortcut icon that allows dreams to be started immediately [CHAR LIMIT=20] -->
+ <string name="start_dreams">Start dreams</string>
+
</resources>