summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorWesley.CW Wang <wesleycwwang@google.com>2020-07-08 17:28:18 +0800
committerWesley.CW Wang <wesleycwwang@google.com>2020-07-08 17:28:18 +0800
commitc47a7cb138e4c88a88ddf45d8d9f3374ed476e15 (patch)
tree91edde7639cedda558c95094197102f496189309 /res/values
parentb3c2a0dd242bbaab71636bd6d4fdf2efaad5744b (diff)
downloadThemePicker-c47a7cb138e4c88a88ddf45d8d9f3374ed476e15.tar.gz
Adjust custom theme flow preview page's a11y set
- Change part of the preview layout to not import for a11y, make it won't be focused by TB - Add new content description to each preview layout video: https://drive.google.com/file/d/1JTZCv7bdRuvzbYbxJXU-yBto4UcivijA/view?usp=sharing Fixes: 160760041 Test: manually Change-Id: I70df6d74bb39f75641b8200f5ea505d9c21d2b11
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/strings.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b4ec8355..d12b05ef 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -52,6 +52,18 @@
<!-- Content description of grid preview card. [CHAR_LIMIT=30]-->
<string name="grid_preview_card_content_description">Grid preview</string>
+ <!-- Content description of font preview. [CHAR_LIMIT=30]-->
+ <string name="font_preview_content_description">Font preview</string>
+
+ <!-- Content description of icon preview. [CHAR_LIMIT=30]-->
+ <string name="icon_preview_content_description">Icon preview</string>
+
+ <!-- Content description of color preview. [CHAR_LIMIT=30]-->
+ <string name="color_preview_content_description">Color preview</string>
+
+ <!-- Content description of shape preview. [CHAR_LIMIT=30]-->
+ <string name="shape_preview_content_description">Shape preview</string>
+
<!-- Content description indicating that the selected option is currently applied to the device. [CHAR_LIMIT=NONE] -->
<string name="option_applied_description"><xliff:g name="style_name">%1$s</xliff:g>, currently applied</string>