summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorChuck Liao <chuckliao@google.com>2021-12-06 09:52:20 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-12-06 09:52:20 +0000
commit13673f84a600bcf3292b3841d8c16229e3c2af80 (patch)
tree7878e120e368fc34eace4dad07456ffe0db99047 /res/values
parent2e4c0a100d56e482354df4296abaa35f80d33a5b (diff)
parent17bc9141675899028a9ec09818832985017635ce (diff)
downloadThemePicker-13673f84a600bcf3292b3841d8c16229e3c2af80.tar.gz
Merge "Let Talkback announce to the user when changing dark/light theme" into sc-v2-dev
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3eca5990..5109b4fa 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -233,6 +233,8 @@
<!-- The title of mode section view. [CHAR_LIMIT=20] -->
<string name="mode_title" msgid="1000319159005403986">Dark theme</string>
<string name="mode_disabled_msg" msgid="1926077857799715086">Temporarily disabled due to Battery Saver</string>
+ <!-- The text for A11y announcement when theme changes. -->
+ <string name="mode_changed">Theme changed</string>
<!-- Title of a section of the customization where the user can select color override for icon. [CHAR LIMIT=30] -->
<string name="themed_icon_title" msgid="4305612684940220645">Themed icons</string>