summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-05-18 15:31:19 -0700
committerTony Wickham <twickham@google.com>2017-05-18 15:31:19 -0700
commit30e55d0f7c4f6e83929868145ba3d4e2a4522b4c (patch)
treeffe3e3576d7490e3296ce4a610b75bc9e0751b77 /res/drawable
parent4915614962327207b7334723801df58c6a51781a (diff)
downloadandroid_packages_apps_Trebuchet-30e55d0f7c4f6e83929868145ba3d4e2a4522b4c.tar.gz
android_packages_apps_Trebuchet-30e55d0f7c4f6e83929868145ba3d4e2a4522b4c.tar.bz2
android_packages_apps_Trebuchet-30e55d0f7c4f6e83929868145ba3d4e2a4522b4c.zip
Don't set system shortcut text to white
Bug: 38201638 Change-Id: Icacd63810306848ec1fb54e5dcc6021660ac5099
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_widget.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/ic_widget.xml b/res/drawable/ic_widget.xml
index 6c1469daa..3e7bd7b51 100644
--- a/res/drawable/ic_widget.xml
+++ b/res/drawable/ic_widget.xml
@@ -19,6 +19,6 @@ Copyright (C) 2016 The Android Open Source Project
android:viewportWidth="48.0"
android:viewportHeight="48.0">
<path
- android:fillColor="?android:attr/textColorPrimary"
+ android:fillColor="#FFFFFFFF"
android:pathData="M26 26v16h16V26H26zM6 42h16V26H6v16zM6 6v16h16V6H6zm27.31-2.63L22 14.69 33.31 26l11.31-11.31L33.31 3.37z"/>
</vector>