summaryrefslogtreecommitdiffstats
path: root/tests/VectorDrawableTest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/VectorDrawableTest')
-rw-r--r--tests/VectorDrawableTest/res/anim/blink.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/VectorDrawableTest/res/anim/blink.xml b/tests/VectorDrawableTest/res/anim/blink.xml
index 2af0b48..714f491 100644
--- a/tests/VectorDrawableTest/res/anim/blink.xml
+++ b/tests/VectorDrawableTest/res/anim/blink.xml
@@ -22,7 +22,7 @@
<propertyValuesHolder
android:propertyName="fillColor"
android:valueType="colorType"
- android:valueFrom="#ff3838"
- android:valueTo="?attr/color1" />
+ android:valueFrom="?attr/color1"
+ android:valueTo="@android:color/white" />
</objectAnimator>