summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2011-09-30 19:57:35 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2011-10-03 11:16:40 -0700
commit70853772bd119339244a4fc8e020ad78495228be (patch)
tree8a7b19b324601dec47978c1c8ad7e3030a60a0a2 /core/res
parentb11d09cb66114dd4a3accab903e6f7d9603dfee8 (diff)
downloadframeworks_base-70853772bd119339244a4fc8e020ad78495228be.zip
frameworks_base-70853772bd119339244a4fc8e020ad78495228be.tar.gz
frameworks_base-70853772bd119339244a4fc8e020ad78495228be.tar.bz2
Adding accessibility support to the share UI.
Added content description to the overflow button and default action target as well as content description for the popup list with share targets. bug:5398787 Change-Id: Iea1e9d85893899f7d161986cb958595083c79b93
Diffstat (limited to 'core/res')
-rwxr-xr-xcore/res/res/values/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 2d5d4cc..1e0151a 100755
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -3182,6 +3182,16 @@
<!-- Description of the Enter button in a KeyboardView. [CHAR LIMIT=NONE] -->
<string name="keyboardview_keycode_enter">Enter</string>
+ <!-- ActivityChooserView - accessibility support -->
+ <!-- Description of the shwoing of a popup window with activities to choose from. [CHAR LIMIT=NONE] -->
+ <string name="activitychooserview_choose_application">Choose an application</string>
+
+ <!-- ShareActionProvider - accessibility support -->
+ <!-- Description of the choose target button in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
+ <string name="shareactionprovider_share_with">Share with</string>
+ <!-- Description of a share target (both in the list of such or the default share button) in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] -->
+ <string name="shareactionprovider_share_with_application">Share with <xliff:g id="application_name" example="Bluetooth">%s</xliff:g></string>
+
<!-- Slide lock screen -->
<!-- Description of the sliding handle in the Slide unlock screen. [CHAR LIMIT=NONE] -->