From 0cac409a607626d78251c14f07d744b602632042 Mon Sep 17 00:00:00 2001 From: Shamali P Date: Mon, 26 Aug 2024 23:13:41 +0000 Subject: [PATCH] Reuse widget picker's surface color in add item dialog. In ag/28129361 add item dialog's color was changed to reference material color token defined in launcher theme. But add item activity inherits from Theme.Translucent.NoTitleBar for its appearance (while launcher theme uses deviceDefault.Light), so, cannot inherit as is from the launcher theme. Since, there is already a token specific for widget picker surface color imported via widgetTheme, using it so it stays in sync with main picker. Bug: 354604590 Test: Manual Flag: EXEMPT BUGFIX Change-Id: I61ed5e65b0efd065490a54251028cde5888e4391 --- res/drawable/add_item_dialog_background.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/drawable/add_item_dialog_background.xml b/res/drawable/add_item_dialog_background.xml index be4765a45b..39af989a1d 100644 --- a/res/drawable/add_item_dialog_background.xml +++ b/res/drawable/add_item_dialog_background.xml @@ -1,7 +1,7 @@ - +