From 6ebfcb9890c83dfdcba31ebe3fafdde87a3383ce Mon Sep 17 00:00:00 2001 From: Stefan Andonian Date: Tue, 3 Sep 2024 21:32:36 +0000 Subject: Fix for bug where the checked icon in the "Record Issue" tile list was almost invisible when Dark theme is OFF Bug: 364135098 Test: Verified in both light and dark mode that the arrow indicating choice was easily visible (matched text color) in both light and dark modes. Flag: EXEMPT bug fix Change-Id: Ia048674d243dce4e5a5807916f580dd3888409ab --- packages/SystemUI/res/drawable/arrow_pointing_down.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/res/drawable/arrow_pointing_down.xml b/packages/SystemUI/res/drawable/arrow_pointing_down.xml index be39683cd78d..ca573c768765 100644 --- a/packages/SystemUI/res/drawable/arrow_pointing_down.xml +++ b/packages/SystemUI/res/drawable/arrow_pointing_down.xml @@ -19,7 +19,7 @@ android:height="24dp" android:viewportWidth="24.0" android:viewportHeight="24.0" - android:tint="?attr/colorControlNormal"> + android:tint="?android:attr/textColorPrimary"> -- cgit v1.2.3-59-g8ed1b