diff options
author | Doris Liu <tianliu@google.com> | 2016-06-01 13:38:03 -0700 |
---|---|---|
committer | Doris Liu <tianliu@google.com> | 2016-06-01 13:38:03 -0700 |
commit | 68f749ce3c4b395787aeb840b14402abccacce70 (patch) | |
tree | f6a16c2104ed1e4e136f2a4673e806f7f783b6bb /tests/VectorDrawableTest | |
parent | 5d06b41ef6c35af5fe48f1d70c5e201faf89f6e8 (diff) |
Correct valueType attribute for an AVD in test app
BUG: 29009391
Change-Id: Id2e43e538a5f8ab835957acc9164a40d319588c1
Diffstat (limited to 'tests/VectorDrawableTest')
-rw-r--r-- | tests/VectorDrawableTest/res/anim/ic_rotate_2_portrait_v2_animation_arrows_1.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/VectorDrawableTest/res/anim/ic_rotate_2_portrait_v2_animation_arrows_1.xml b/tests/VectorDrawableTest/res/anim/ic_rotate_2_portrait_v2_animation_arrows_1.xml index 496e3ed819b2..89b0f7bd5425 100644 --- a/tests/VectorDrawableTest/res/anim/ic_rotate_2_portrait_v2_animation_arrows_1.xml +++ b/tests/VectorDrawableTest/res/anim/ic_rotate_2_portrait_v2_animation_arrows_1.xml @@ -19,7 +19,6 @@ android:propertyXName="scaleX" android:propertyYName="scaleY" android:pathData="M 1 1 l -0.1 -0.1 " - android:valueType="pathType" android:interpolator="@interpolator/ic_rotate_2_portrait_v2_arrows_1_scalex_interpolator" /> <objectAnimator android:duration="617" |