summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorGeorge Lin <giolin@google.com>2022-07-26 14:53:06 +0000
committerGeorge Lin <giolin@google.com>2022-08-16 16:27:31 +0000
commit391aa6852cd6cc613476af268d9e0c23ce39d718 (patch)
treea9862eff4b19b02b05656572136fb5a3af399f91 /res/values
parent98e5b2a5e9c4b6af8f9ae8205d9a365ea9e0f893 (diff)
downloadThemePicker-391aa6852cd6cc613476af268d9e0c23ce39d718.tar.gz
Create clock customization section
Created a clock section which shows on the wallpaper picker home page and leads to clock customization. Bug: 241966062 Test: https://screenshot.googleplex.com/64DxwUBSbnfFfPf.png Change-Id: I8a15652bdc580f37cb56efc88e485cb782fc89b7
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/strings.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1a15fd06..7aef401e 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -24,7 +24,14 @@
<!-- Title of a section of the customization picker where the user can select a Clock face.
[CHAR LIMIT=15] -->
- <string name="clock_title">Clock</string>
+ <string name="clock_title">Custom Clock</string>
+
+ <!-- Description of a section of the customization picker where the user can select a Clock
+ face. [CHAR LIMIT=15] -->
+ <string name="clock_description">Pick a custom clock</string>
+
+ <!-- The content description of clock entry. [CHAR LIMIT=NONE] -->
+ <string name="clock_picker_entry_content_description">Change a custom clock</string>
<!-- Title of a section of the customization picker where the user can select a Grid size for
the home screen. [CHAR LIMIT=15] -->