diff options
-rw-r--r-- | tests/VectorDrawableTest/res/anim/animation_favorite.xml | 6 | ||||
-rw-r--r-- | tests/VectorDrawableTest/res/drawable/vector_drawable_favorite.xml | 1 |
2 files changed, 1 insertions, 6 deletions
diff --git a/tests/VectorDrawableTest/res/anim/animation_favorite.xml b/tests/VectorDrawableTest/res/anim/animation_favorite.xml index 2e2d9bb..13bd6f5 100644 --- a/tests/VectorDrawableTest/res/anim/animation_favorite.xml +++ b/tests/VectorDrawableTest/res/anim/animation_favorite.xml @@ -45,12 +45,6 @@ android:valueTo="#FF00FF00" /> <objectAnimator android:duration="8000" - android:propertyName="strokeWidth" - android:repeatCount="-1" - android:valueFrom="5" - android:valueTo="20" /> - <objectAnimator - android:duration="8000" android:propertyName="fillColor" android:repeatCount="-1" android:valueFrom="#FFFF0000" diff --git a/tests/VectorDrawableTest/res/drawable/vector_drawable_favorite.xml b/tests/VectorDrawableTest/res/drawable/vector_drawable_favorite.xml index 7be49a9..f93486e 100644 --- a/tests/VectorDrawableTest/res/drawable/vector_drawable_favorite.xml +++ b/tests/VectorDrawableTest/res/drawable/vector_drawable_favorite.xml @@ -26,6 +26,7 @@ <path android:name="favorite" android:fillColor="#ff000000" + android:strokeWidth="2" android:pathData="M2.100006104,-6 C0.1449127197,-6,1.600006104,-5.975006104,0,-5.975006104 C-1.574996948,-5.975006104,0.00309753418,-6-1.949996948-6 |