diff options
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/popup_background.xml | 2 |
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 |