summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-04-13 08:20:03 -0700
committerTony Wickham <twickham@google.com>2017-04-13 12:24:42 -0700
commitc66c3e2ba4876c9d383c1d7deddeee474f1c4859 (patch)
tree5aa7687a74a3c50de30a976541849e3d3e42806b /res/drawable
parent98978d67f3f3911bafabf60444adf5e5dda4455c (diff)
downloadandroid_packages_apps_Trebuchet-c66c3e2ba4876c9d383c1d7deddeee474f1c4859.tar.gz
android_packages_apps_Trebuchet-c66c3e2ba4876c9d383c1d7deddeee474f1c4859.tar.bz2
android_packages_apps_Trebuchet-c66c3e2ba4876c9d383c1d7deddeee474f1c4859.zip
Fix build - move system shortcut icon colors to theme
Change-Id: Iae248e5fdd57310adeb898305deee4c0eaee5318
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_info_no_shadow.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/ic_info_no_shadow.xml b/res/drawable/ic_info_no_shadow.xml
index 3d0c6d6e4..5f145c9f1 100644
--- a/res/drawable/ic_info_no_shadow.xml
+++ b/res/drawable/ic_info_no_shadow.xml
@@ -19,6 +19,6 @@
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
- android:fillColor="@color/workspace_icon_text_color"
+ android:fillColor="?android:attr/textColorPrimary"
android:pathData="M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM11 9h2V7h-2v2z"/>
</vector>