summaryrefslogtreecommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
author Marcelo Arteiro <arteiro@google.com> 2024-09-04 11:27:16 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-09-04 11:27:16 +0000
commit13d9588f881e6c08a767f5e1968b8eeee9870e82 (patch)
treec85c7c3ce383597a7e7157ef788f8791693f64ec /res/drawable
parent648320044ebfca94a8688ca90087e4aa1be6f793 (diff)
parent0d6190eb52c76c8d87ce2555b03c8c3fe54b46cf (diff)
Merge "Updates many launcher color to new dynamic tokens" into main
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