summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings_memory.xml
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2015-05-12 14:04:47 -0700
committerAlan Viverette <alanv@google.com>2015-05-12 14:04:47 -0700
commitbdc4e534ba2bbd5bc04f1046e5199251d54a9599 (patch)
treec345da16be76e8939f749753d209c830a26c6689 /res/drawable/ic_settings_memory.xml
parentce57d168624b6b10b235cb41374e862cca25a1f3 (diff)
downloadpackages_apps_Settings-bdc4e534ba2bbd5bc04f1046e5199251d54a9599.zip
packages_apps_Settings-bdc4e534ba2bbd5bc04f1046e5199251d54a9599.tar.gz
packages_apps_Settings-bdc4e534ba2bbd5bc04f1046e5199251d54a9599.tar.bz2
Memory icon should use theme accent color as tint
Change-Id: I9d338680db7df437ab87d66dcfd9ca23441a4f58
Diffstat (limited to 'res/drawable/ic_settings_memory.xml')
-rw-r--r--res/drawable/ic_settings_memory.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/drawable/ic_settings_memory.xml b/res/drawable/ic_settings_memory.xml
index a459465..410460e 100644
--- a/res/drawable/ic_settings_memory.xml
+++ b/res/drawable/ic_settings_memory.xml
@@ -17,7 +17,8 @@
android:width="32dp"
android:height="32dp"
android:viewportWidth="24.0"
- android:viewportHeight="24.0">
+ android:viewportHeight="24.0"
+ android:tint="?android:attr/colorAccent">
<path
android:pathData="M6.0,4.0l0.0,16.0 12.0,0.0 0.0,-16.0 -12.0,0.0z
M6.0,5.25l0,1.5 -3,0 0,-1.5 3,0z
@@ -33,5 +34,5 @@
M13.25,14.5l1,0 0,3 -1,0 0,-3z
M15.0,14.5l1,0 0,3 -1,0 0,-3z
"
- android:fillColor="#ff009587" />
+ android:fillColor="@android:color/black" />
</vector>