diff options
author | Alan Viverette <alanv@google.com> | 2013-12-19 18:09:10 -0800 |
---|---|---|
committer | Alan Viverette <alanv@google.com> | 2013-12-19 18:09:10 -0800 |
commit | 949ddad1a2d23e3e9336891a551a19bd6b5dd0ed (patch) | |
tree | 4950c95a639428fba5ee7bdaf50aa8156743720d /res | |
parent | 7983206661f065342767bb4141d7a924323b2933 (diff) |
Support long-click during lift-to-type accessibility mode
BUG: 8310727
Change-Id: Icf9e103d2d6f5b5e7acb8c7f16244f0cebe9ffaa
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a0376a6e0..b28c8eadf 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -265,6 +265,12 @@ --> <string name="description_image_button_pound">pound</string> + <!-- String describing the image on ImageButton plus + + Used by AccessibilityService to announce the purpose of the button. + --> + <string name="description_image_button_plus">plus</string> + <!-- String describing the Voicemail ImageButton Used by AccessibilityService to announce the purpose of the button. |