From f9c6d8d69bfe8ffb52a14cbabb8ec1d711f2c2dc Mon Sep 17 00:00:00 2001 From: jackqdyulei Date: Wed, 30 Nov 2016 13:38:31 -0800 Subject: [PATCH] Remove qs_detail_empty and use colorForeground instead. Bug: 33356706 Test: Manual Change-Id: I3cdecf59488b61de989315041ac374d5ec963233 --- packages/SystemUI/res/color/qs_detail_empty.xml | 4 ---- .../SystemUI/res/drawable/ic_qs_bluetooth_detail_empty.xml | 5 +++-- packages/SystemUI/res/drawable/ic_qs_cast_detail_empty.xml | 6 ++++-- packages/SystemUI/res/drawable/ic_qs_wifi_detail_empty.xml | 5 +++-- 4 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 packages/SystemUI/res/color/qs_detail_empty.xml 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" />