diff --git a/packages/SystemUI/res/color/qs_detail_empty.xml b/packages/SystemUI/res/color/qs_detail_empty.xml
deleted file mode 100644
index 4be39c7ca6e03..0000000000000
--- a/packages/SystemUI/res/color/qs_detail_empty.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/packages/SystemUI/res/drawable/ic_qs_bluetooth_detail_empty.xml b/packages/SystemUI/res/drawable/ic_qs_bluetooth_detail_empty.xml
index 435bb9b81116e..33a4047c6f9c8 100644
--- a/packages/SystemUI/res/drawable/ic_qs_bluetooth_detail_empty.xml
+++ b/packages/SystemUI/res/drawable/ic_qs_bluetooth_detail_empty.xml
@@ -18,9 +18,10 @@ Copyright (C) 2014 The Android Open Source Project
android:height="56dp"
android:viewportWidth="48.0"
android:viewportHeight="48.0"
- android:tint="?android:attr/colorControlNormal">
+ android:alpha="0.14"
+ android:tint="?android:attr/colorForeground">
diff --git a/packages/SystemUI/res/drawable/ic_qs_cast_detail_empty.xml b/packages/SystemUI/res/drawable/ic_qs_cast_detail_empty.xml
index 59dcea2337cb7..fc831f446605f 100644
--- a/packages/SystemUI/res/drawable/ic_qs_cast_detail_empty.xml
+++ b/packages/SystemUI/res/drawable/ic_qs_cast_detail_empty.xml
@@ -17,9 +17,11 @@ Copyright (C) 2014 The Android Open Source Project
android:width="56dp"
android:height="56dp"
android:viewportWidth="48.0"
- android:viewportHeight="48.0">
+ android:viewportHeight="48.0"
+ android:alpha="0.14"
+ android:tint="?android:attr/colorForeground">
diff --git a/packages/SystemUI/res/drawable/ic_qs_wifi_detail_empty.xml b/packages/SystemUI/res/drawable/ic_qs_wifi_detail_empty.xml
index a7889ab7786a4..7993c801e9a29 100644
--- a/packages/SystemUI/res/drawable/ic_qs_wifi_detail_empty.xml
+++ b/packages/SystemUI/res/drawable/ic_qs_wifi_detail_empty.xml
@@ -18,9 +18,10 @@ Copyright (C) 2014 The Android Open Source Project
android:height="56dp"
android:viewportWidth="48.0"
android:viewportHeight="48.0"
- android:tint="?android:attr/colorControlNormal">
+ android:alpha="0.14"
+ android:tint="?android:attr/colorForeground">
+ android:fillColor="#FFFFFF" />