summaryrefslogtreecommitdiffstats
path: root/quickstep/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-04-19 01:46:51 -0700
committerSunny Goyal <sunnygoyal@google.com>2019-04-23 14:26:44 -0700
commit77b3419ad55a4f9070cbe7d9dcb089dbc2b96114 (patch)
tree53a4fb742a984d775fc416185b148686db4e57a3 /quickstep/res
parentc06e151e0fd7d1a968fed283c2db5f9873dbb80c (diff)
downloadandroid_packages_apps_Trebuchet-77b3419ad55a4f9070cbe7d9dcb089dbc2b96114.tar.gz
android_packages_apps_Trebuchet-77b3419ad55a4f9070cbe7d9dcb089dbc2b96114.tar.bz2
android_packages_apps_Trebuchet-77b3419ad55a4f9070cbe7d9dcb089dbc2b96114.zip
Adding support for showing predicted apps as a floating row in all-apps
and overview Bug: 130053407 Change-Id: Idb93a0ba6cfea8406f75ab86d9e0acde2fc04b3a
Diffstat (limited to 'quickstep/res')
-rw-r--r--quickstep/res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/quickstep/res/values/strings.xml b/quickstep/res/values/strings.xml
index 81565a572..4319b5d71 100644
--- a/quickstep/res/values/strings.xml
+++ b/quickstep/res/values/strings.xml
@@ -58,4 +58,13 @@
<!-- Annotation shown on an app card in Recents, telling that the app has a usage limit set by
the user, and a given time is left for it today [CHAR LIMIT=22] -->
<string name="time_left_for_app"><xliff:g id="time" example="7 minutes">%1$s</xliff:g> left today</string>
+
+ <!-- Accessibility title for the row of all-apps containing app predictions. [CHAR LIMIT=50] -->
+ <string name="title_app_suggestions">App suggestions</string>
+ <!-- Label for the header text of the All Apps section in All Apps view, used to separate Predicted Apps and Actions section from All Apps section. [CHAR_LIMIT=50] -->
+ <string name="all_apps_label">All apps</string>
+ <!-- Text of the tip when user lands in all apps view for the first time, indicating where the tip toast points to is the predicted apps section. [CHAR_LIMIT=50] -->
+ <string name="all_apps_prediction_tip">Your predicted apps</string>
+
+
</resources> \ No newline at end of file