summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2020-05-27 05:02:04 +0200
committerArne Coucheron <arco68@gmail.com>2020-06-08 00:10:34 +0200
commit1d472169343a5025c6d53c8a1ce21fe6a183816a (patch)
treee53879aa8e290082589f1f202d0d1051a428e103
parentf67897bc05520f743974fc397aa96e4049a057b3 (diff)
downloadframeworks_base-1d472169343a5025c6d53c8a1ce21fe6a183816a.tar.gz
frameworks_base-1d472169343a5025c6d53c8a1ce21fe6a183816a.tar.bz2
frameworks_base-1d472169343a5025c6d53c8a1ce21fe6a183816a.zip
SystemUI: Fix pink progress animation color in expanded Wi-Fi tile
For some reason, this is applying the completely wrong color. Following the code, it should show the default defined accent_device_default_dark color with an alpha of 0.6. Remove it to avoid the issue. Test: Turn off Wi-Fi. Expand Wi-Fi quick tile. Observe pink color on progress anim is gone. Change-Id: I2510a7cd90abb71e94b7698a7d28581517eb41b4
-rw-r--r--packages/SystemUI/res/layout/qs_detail.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/qs_detail.xml b/packages/SystemUI/res/layout/qs_detail.xml
index 808d3f8bde7..ab44c9de297 100644
--- a/packages/SystemUI/res/layout/qs_detail.xml
+++ b/packages/SystemUI/res/layout/qs_detail.xml
@@ -52,7 +52,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:alpha="0"
- android:background="@color/qs_detail_progress_track"
android:src="@drawable/indeterminate_anim"
android:scaleType="fitXY"
/>