summaryrefslogtreecommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
author Marcelo Arteiro <arteiro@google.com> 2024-07-01 18:18:08 +0000
committer Marcelo Arteiro <arteiro@google.com> 2024-07-19 21:31:31 +0000
commit0d6190eb52c76c8d87ce2555b03c8c3fe54b46cf (patch)
treea755f84752ae355c07720dfc3fe4f209440ce676 /res/drawable
parent7c0fe2d17f133412f49913040e547467f14ec876 (diff)
Updates many launcher color to new dynamic tokens
Bug: 335442983 Test: Manual Flag: EXEMPT bugfix Change-Id: Ic453ae6a717bb274682242f7af5b0551313672a4
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/popup_background.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/popup_background.xml b/res/drawable/popup_background.xml
index 6eedecb6ca..4ddd228c68 100644
--- a/res/drawable/popup_background.xml
+++ b/res/drawable/popup_background.xml
@@ -15,6 +15,6 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
- <solid android:color="?attr/popupColorBackground"/>
+ <solid android:color="?attr/materialColorSurfaceContainer"/>
<corners android:radius="@dimen/dialogCornerRadius"/>
</shape> \ No newline at end of file