summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Stefan Andonian <andonian@google.com> 2024-09-03 21:32:36 +0000
committer Stefan Andonian <andonian@google.com> 2024-09-03 21:34:54 +0000
commit6ebfcb9890c83dfdcba31ebe3fafdde87a3383ce (patch)
tree2f7caeac618ecd5f0e6e7a887c5712d96763c49b
parent83f2ca13167565e8f6b91c126c47d1ef6471464f (diff)
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
-rw-r--r--packages/SystemUI/res/drawable/arrow_pointing_down.xml2
1 files changed, 1 insertions, 1 deletions
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">
<path
android:fillColor="@android:color/white"
android:pathData="M5.41,7.59L4,9l8,8 8,-8 -1.41,-1.41L12,14.17" />