am bdc4e534: Memory icon should use theme accent color as tint

* commit 'bdc4e534ba2bbd5bc04f1046e5199251d54a9599':
  Memory icon should use theme accent color as tint
This commit is contained in:
Alan Viverette
2015-05-12 21:15:49 +00:00
committed by Android Git Automerger

View File

@@ -17,7 +17,8 @@
android:width="32dp" android:width="32dp"
android:height="32dp" android:height="32dp"
android:viewportWidth="24.0" android:viewportWidth="24.0"
android:viewportHeight="24.0"> android:viewportHeight="24.0"
android:tint="?android:attr/colorAccent">
<path <path
android:pathData="M6.0,4.0l0.0,16.0 12.0,0.0 0.0,-16.0 -12.0,0.0z 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 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 M13.25,14.5l1,0 0,3 -1,0 0,-3z
M15.0,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> </vector>