summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2018-03-22 15:59:06 -0700
committerJon Miranda <jonmiranda@google.com>2018-03-22 16:32:33 -0700
commita589814dba4911a0333fc15ec4f897472dabf5b7 (patch)
treef16b5b80f6a941bbd623b4c53817068377c7841a /res
parentf6a8f955ed985cbd6586b825975e9de60c0a18f6 (diff)
downloadandroid_packages_apps_Trebuchet-a589814dba4911a0333fc15ec4f897472dabf5b7.tar.gz
android_packages_apps_Trebuchet-a589814dba4911a0333fc15ec4f897472dabf5b7.tar.bz2
android_packages_apps_Trebuchet-a589814dba4911a0333fc15ec4f897472dabf5b7.zip
Show instruction toast when user taps on drag handle.
Bug: 74369785 Change-Id: I7017266efcb0db70a8d151eed10442292cb61e70
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0b45b8ec9..7d5d81c60 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -72,6 +72,11 @@
<string name="notifications_header">Notifications</string>
<!-- Drag and drop -->
+ <!-- Message to tell the user to press and hold on a shortcut to add it [CHAR_LIMIT=50] -->
+ <string name="long_press_shortcut_to_add">Touch &amp; hold to pick up a shortcut.</string>
+ <!-- Accessibility spoken hint message in deep shortcut menu, which allows user to add a shortcut. Custom action is the label for additional accessibility actions available in this mode [CHAR_LIMIT=100] -->
+ <string name="long_accessible_way_to_add_shortcut">Double-tap &amp; hold to pick up a shortcut or use custom actions.</string>
+
<skip />
<!-- Error message when user has filled a home screen -->
<string name="out_of_space">No more room on this Home screen.</string>