Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d472169 authored by Arne Coucheron's avatar Arne Coucheron
Browse files

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
parent f67897bc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"
            />