summaryrefslogtreecommitdiffstats
path: root/res/layout
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 /res/layout
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 'res/layout')
-rw-r--r--res/layout/launcher.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/launcher.xml b/res/layout/launcher.xml
index a4acf06be..6556adffc 100644
--- a/res/layout/launcher.xml
+++ b/res/layout/launcher.xml
@@ -40,7 +40,7 @@
launcher:pageIndicator="@+id/page_indicator" />
<include
- android:id="@+id/overview_panel"
+ android:id="@+id/overview_panel_container"
layout="@layout/overview_panel"
android:visibility="gone" />