summaryrefslogtreecommitdiff
path: root/java/com/android/newbubble/res/values/strings.xml
diff options
context:
space:
mode:
authoryueg <yueg@google.com>2018-01-24 15:20:10 -0800
committerCopybara-Service <copybara-piper@google.com>2018-01-24 19:09:00 -0800
commit2a422f719b70f6c292b954fb24f324b7f4ac1858 (patch)
tree1b50f7d622a92ca868b23a498c5e1e9bf6d5dfa0 /java/com/android/newbubble/res/values/strings.xml
parentc8dfaf1ea5a3b10a0592493b5138b9d29652fc50 (diff)
Bubble v2 a11y.
- Set checkable for bubble buttons so the check status of non checkable button (back to call, end call) is not read. - Add support for bottom action buttons. Test: manual PiperOrigin-RevId: 183150371 Change-Id: Ifae9c912ec923e8d2cda3146413138bd2eb94b47
Diffstat (limited to 'java/com/android/newbubble/res/values/strings.xml')
-rw-r--r--java/com/android/newbubble/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/com/android/newbubble/res/values/strings.xml b/java/com/android/newbubble/res/values/strings.xml
index 08c685ee2..7ef61cecc 100644
--- a/java/com/android/newbubble/res/values/strings.xml
+++ b/java/com/android/newbubble/res/values/strings.xml
@@ -18,6 +18,8 @@
<resources>
<!-- A string for Talkback to read when accessibility user touch bubble. -->
<string name="a11y_bubble_description">Dialer bubble</string>
+ <!-- A string to describe bubble bottom actions for accessibility user. -->
+ <string name="a11y_bubble_bottom_action_description">Bottom action buttons</string>
<!-- A string to describe available action for accessibility user. It will be read as "Actions:
double tap to expand call action menu". -->
<string name="a11y_bubble_primary_button_expand_action">Expand call action menu</string>