summaryrefslogtreecommitdiffstats
path: root/quickstep/res
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-01-23 16:39:59 -0800
committervadimt <vadimt@google.com>2019-01-30 10:36:52 -0800
commit8ac8d291219c9658bb21d3b05cc7c87d5477711e (patch)
tree0a5c3b91c15097a26f529e78eb2d7f3615fe2454 /quickstep/res
parenteefa08b8be3d146d2fbb972a7e77d5b57ec83100 (diff)
downloadandroid_packages_apps_Trebuchet-8ac8d291219c9658bb21d3b05cc7c87d5477711e.tar.gz
android_packages_apps_Trebuchet-8ac8d291219c9658bb21d3b05cc7c87d5477711e.tar.bz2
android_packages_apps_Trebuchet-8ac8d291219c9658bb21d3b05cc7c87d5477711e.zip
Adding dismiss-all method
See the bug. Bug: 123259701 Change-Id: I4b41d2cfe14c53db1a99cb6a693d3047057fa925 Tests: testOverview
Diffstat (limited to 'quickstep/res')
-rw-r--r--quickstep/res/layout/overview_clear_all_button.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/quickstep/res/layout/overview_clear_all_button.xml b/quickstep/res/layout/overview_clear_all_button.xml
index ea7a49422..fc06ba057 100644
--- a/quickstep/res/layout/overview_clear_all_button.xml
+++ b/quickstep/res/layout/overview_clear_all_button.xml
@@ -17,6 +17,7 @@
<com.android.quickstep.views.ClearAllButton
xmlns:android="http://schemas.android.com/apk/res/android"
style="@android:style/Widget.DeviceDefault.Button.Borderless"
+ android:id="@+id/clear_all"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/recents_clear_all"