diff options
author | Daniel Sandler <dsandler@android.com> | 2012-09-06 01:22:59 -0400 |
---|---|---|
committer | Daniel Sandler <dsandler@android.com> | 2012-09-06 11:52:10 -0400 |
commit | 32f6fd55b1bcabc97945827d88d60ba48edf1a40 (patch) | |
tree | 2ca9ee3ce48316398cf5d61de6c49f4a2920c117 /packages/SystemUI/res | |
parent | 5830cb2882b38182f414423ae1bc901cc27767cc (diff) | |
download | frameworks_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.png | bin | 0 -> 3572 bytes | |||
-rw-r--r-- | packages/SystemUI/res/mipmap-mdpi/ic_dreams.png | bin | 0 -> 2366 bytes | |||
-rw-r--r-- | packages/SystemUI/res/mipmap-xhdpi/ic_dreams.png | bin | 0 -> 4996 bytes | |||
-rw-r--r-- | packages/SystemUI/res/values/strings.xml | 7 |
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 Binary files differnew file mode 100644 index 0000000..56cbac1 --- /dev/null +++ b/packages/SystemUI/res/mipmap-hdpi/ic_dreams.png diff --git a/packages/SystemUI/res/mipmap-mdpi/ic_dreams.png b/packages/SystemUI/res/mipmap-mdpi/ic_dreams.png Binary files differnew file mode 100644 index 0000000..ea3d991 --- /dev/null +++ b/packages/SystemUI/res/mipmap-mdpi/ic_dreams.png diff --git a/packages/SystemUI/res/mipmap-xhdpi/ic_dreams.png b/packages/SystemUI/res/mipmap-xhdpi/ic_dreams.png Binary files differnew file mode 100644 index 0000000..ddc7f66 --- /dev/null +++ b/packages/SystemUI/res/mipmap-xhdpi/ic_dreams.png 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> |