diff options
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> |