summaryrefslogtreecommitdiff
path: root/res/drawable/bg_rounded_corner_bottom_sheet.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/bg_rounded_corner_bottom_sheet.xml')
-rw-r--r--res/drawable/bg_rounded_corner_bottom_sheet.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/bg_rounded_corner_bottom_sheet.xml b/res/drawable/bg_rounded_corner_bottom_sheet.xml
index dfcd354ce7..aa49bced7a 100644
--- a/res/drawable/bg_rounded_corner_bottom_sheet.xml
+++ b/res/drawable/bg_rounded_corner_bottom_sheet.xml
@@ -16,7 +16,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
- <solid android:color="?android:attr/colorBackground" />
+ <solid android:color="@color/surface" />
<corners
android:topLeftRadius="@dimen/dialogCornerRadius"
android:topRightRadius="@dimen/dialogCornerRadius" />