summaryrefslogtreecommitdiffstats
path: root/tests/VectorDrawableTest/res/anim/trim_path_animation03.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/VectorDrawableTest/res/anim/trim_path_animation03.xml')
-rw-r--r--tests/VectorDrawableTest/res/anim/trim_path_animation03.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/VectorDrawableTest/res/anim/trim_path_animation03.xml b/tests/VectorDrawableTest/res/anim/trim_path_animation03.xml
index 72beba2..0c1073e 100644
--- a/tests/VectorDrawableTest/res/anim/trim_path_animation03.xml
+++ b/tests/VectorDrawableTest/res/anim/trim_path_animation03.xml
@@ -21,6 +21,8 @@
android:duration="6000"
android:propertyName="rotation"
android:valueFrom="0"
- android:valueTo="360"/>
+ android:valueTo="360"
+ android:interpolator="@interpolator/custom_path_interpolator"
+ />
</set> \ No newline at end of file