summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable/qs_detail_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/res/drawable/qs_detail_background.xml')
-rw-r--r--packages/SystemUI/res/drawable/qs_detail_background.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/drawable/qs_detail_background.xml b/packages/SystemUI/res/drawable/qs_detail_background.xml
index 672abf14774..4ba78504765 100644
--- a/packages/SystemUI/res/drawable/qs_detail_background.xml
+++ b/packages/SystemUI/res/drawable/qs_detail_background.xml
@@ -25,9 +25,9 @@ Copyright (C) 2014 The Android Open Source Project
<item>
<inset>
<shape>
- <solid android:color="?android:attr/colorPrimary"/>
+ <solid android:color="@color/qs_background_dark"/>
<corners android:radius="?android:attr/dialogCornerRadius" />
</shape>
</inset>
</item>
-</transition> \ No newline at end of file
+</transition>