summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-08-27 09:36:02 -0400
committerJohn Spurlock <jspurlock@google.com>2014-08-27 09:36:02 -0400
commit96fe98d0c0bf9a3126da0e14d05463220ac276ab (patch)
tree5e85dd340238ea694dae0b58f6c9d74e7c283b44 /packages/SystemUI/res/values
parent64d04347a8955eaaa1b3047fe0ba5d7ab54e8a3b (diff)
downloadframeworks_base-96fe98d0c0bf9a3126da0e14d05463220ac276ab.zip
frameworks_base-96fe98d0c0bf9a3126da0e14d05463220ac276ab.tar.gz
frameworks_base-96fe98d0c0bf9a3126da0e14d05463220ac276ab.tar.bz2
StatusBar: Add new icon slot for cast status.
Bug:17275998 Change-Id: I7e80b3d76480fc2fdcb3aa5d445d895829d341d0
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r--packages/SystemUI/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index 120af1d..0fe389a 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -392,6 +392,9 @@
<!-- Content description of the ringer silent icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
<string name="accessibility_ringer_silent">Ringer silent.</string>
+ <!-- Content description of the cast icon in the notification panel for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_casting">@string/quick_settings_casting</string>
+
<!-- Content description to tell the user that this button will remove an application from recents -->
<string name="accessibility_recents_item_will_be_dismissed">Dismiss <xliff:g id="app" example="Calendar">%s</xliff:g>.</string>
<!-- Content description to tell the user an application has been removed from recents -->