summaryrefslogtreecommitdiffstats
path: root/quickstep/res/values/strings.xml
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2018-04-11 17:19:08 -0700
committerVadim Tryshev <vadimt@google.com>2018-04-18 11:33:21 -0700
commit6d2321cb7dfe4eb72ee7bd52b1ee8d3a238ab865 (patch)
treef17f9033bc063f4d5fa68416a60a0762f4856508 /quickstep/res/values/strings.xml
parentde967a2355752c2653ed14a1d57a7a8c8c2eef57 (diff)
downloadandroid_packages_apps_Trebuchet-6d2321cb7dfe4eb72ee7bd52b1ee8d3a238ab865.tar.gz
android_packages_apps_Trebuchet-6d2321cb7dfe4eb72ee7bd52b1ee8d3a238ab865.tar.bz2
android_packages_apps_Trebuchet-6d2321cb7dfe4eb72ee7bd52b1ee8d3a238ab865.zip
Introducing Clear-all button on Overview
It’s an initial implementation, i.e. no fancy effects. It shares a parent (LauncherRecentsViewContainer) with RecentsView. The button is centered in clear_all_button_container, which gets positioned programmatically to the right of the last task. (RTL polish will be a separate CL as well). Bug: 72222505 Change-Id: Ia912908a93a30c2f51450ccf0f97c7495e7916d5 Test: Manual
Diffstat (limited to 'quickstep/res/values/strings.xml')
-rw-r--r--quickstep/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/quickstep/res/values/strings.xml b/quickstep/res/values/strings.xml
index bafa294f4..34cc0b724 100644
--- a/quickstep/res/values/strings.xml
+++ b/quickstep/res/values/strings.xml
@@ -35,4 +35,7 @@
<!-- Content description for the recent apps's accessibility option that closes it. [CHAR LIMIT=NONE] -->
<string name="accessibility_close_task">Close</string>
+
+ <!-- Recents: Title of a button that clears the task list, i.e. closes all tasks. [CHAR LIMIT=30] -->
+ <string name="recents_clear_all">Clear all</string>
</resources> \ No newline at end of file