diff options
| author | ztenghui <ztenghui@google.com> | 2015-06-24 14:06:53 -0700 |
|---|---|---|
| committer | ztenghui <ztenghui@google.com> | 2015-06-24 14:06:53 -0700 |
| commit | 92537303a24f6f5caa35fc6e9f22602ddf934b0e (patch) | |
| tree | 96ae102e1a2738fe85aaac8376017e4be19f9ce5 /tests/VectorDrawableTest/res/anim | |
| parent | 91870fa281c736b59fb8481e4469da51397c586d (diff) | |
| download | frameworks_base-92537303a24f6f5caa35fc6e9f22602ddf934b0e.zip frameworks_base-92537303a24f6f5caa35fc6e9f22602ddf934b0e.tar.gz frameworks_base-92537303a24f6f5caa35fc6e9f22602ddf934b0e.tar.bz2 | |
Update the internal test case to show the strokeWidth can scale now
Change-Id: I16b0a232eb4108aedc9289e51a52ec9472b9dfd0
Diffstat (limited to 'tests/VectorDrawableTest/res/anim')
| -rw-r--r-- | tests/VectorDrawableTest/res/anim/animation_favorite.xml | 6 |
1 files changed, 0 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" |
