From 1bda3e7424e410d773d3c5a5ad804bae55b6695d Mon Sep 17 00:00:00 2001 From: Schneider Victor-tulias Date: Mon, 25 Oct 2021 15:06:49 -0700 Subject: [PATCH] Fix overview clear all tasks button text color. Test: checked button on dark/light mode on a wallpaper similar to bug Fixes: 203198804 Change-Id: I03e663422d2cdba63f3c5953741b5c0bd722fccf --- quickstep/res/layout/fallback_recents_activity.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quickstep/res/layout/fallback_recents_activity.xml b/quickstep/res/layout/fallback_recents_activity.xml index a43296f602..bfeb82d9f9 100644 --- a/quickstep/res/layout/fallback_recents_activity.xml +++ b/quickstep/res/layout/fallback_recents_activity.xml @@ -45,8 +45,7 @@ android:layout_height="match_parent" android:clipChildren="false" android:clipToPadding="false" - android:outlineProvider="none" - android:theme="@style/HomeScreenElementTheme" /> + android:outlineProvider="none" />