diff options
author | Svetoslav Ganov <svetoslavganov@google.com> | 2011-09-30 19:57:35 -0700 |
---|---|---|
committer | Svetoslav Ganov <svetoslavganov@google.com> | 2011-10-03 11:16:40 -0700 |
commit | 70853772bd119339244a4fc8e020ad78495228be (patch) | |
tree | 8a7b19b324601dec47978c1c8ad7e3030a60a0a2 /core/res | |
parent | b11d09cb66114dd4a3accab903e6f7d9603dfee8 (diff) | |
download | frameworks_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-x | core/res/res/values/strings.xml | 10 |
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] --> |