From dbcccffc3760f702887faa95b2748125bac88a89 Mon Sep 17 00:00:00 2001 From: ztenghui Date: Tue, 23 Sep 2014 10:58:57 -0700 Subject: Fix animation on the some properties The risk is low since most of them are just matching the naming to xml. And this update won't cause build breakage. b/17623982 Change-Id: I1eda0b8314ec7b94bc03976cdc365a7dc1039f4c --- .../res/anim/animation_favorite.xml | 30 ++++++++++++++++++++++ .../res/anim/trim_path_animation02.xml | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) (limited to 'tests/VectorDrawableTest') diff --git a/tests/VectorDrawableTest/res/anim/animation_favorite.xml b/tests/VectorDrawableTest/res/anim/animation_favorite.xml index c81ba40684f7..2e2d9bbcec6d 100644 --- a/tests/VectorDrawableTest/res/anim/animation_favorite.xml +++ b/tests/VectorDrawableTest/res/anim/animation_favorite.xml @@ -25,5 +25,35 @@ android:valueFrom="@string/round_box" android:valueTo="@string/heart" android:valueType="pathType" /> + + + + + \ No newline at end of file diff --git a/tests/VectorDrawableTest/res/anim/trim_path_animation02.xml b/tests/VectorDrawableTest/res/anim/trim_path_animation02.xml index 3bf2865e3d63..5d688cf8261f 100644 --- a/tests/VectorDrawableTest/res/anim/trim_path_animation02.xml +++ b/tests/VectorDrawableTest/res/anim/trim_path_animation02.xml @@ -19,7 +19,7 @@ -- cgit v1.2.3-59-g8ed1b