summaryrefslogtreecommitdiff
path: root/packages/SystemUI/res/drawable/rounded_bg_full.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/res/drawable/rounded_bg_full.xml')
-rw-r--r--packages/SystemUI/res/drawable/rounded_bg_full.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/SystemUI/res/drawable/rounded_bg_full.xml b/packages/SystemUI/res/drawable/rounded_bg_full.xml
index e0d3f63e8f40..967c57b0c370 100644
--- a/packages/SystemUI/res/drawable/rounded_bg_full.xml
+++ b/packages/SystemUI/res/drawable/rounded_bg_full.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
android:shape="rectangle">
- <solid android:color="?android:attr/colorBackgroundFloating" />
+ <solid android:color="?androidprv:attr/colorSurface" />
<corners
android:bottomLeftRadius="?android:attr/dialogCornerRadius"
android:topLeftRadius="?android:attr/dialogCornerRadius"