diff options
| author | ztenghui <ztenghui@google.com> | 2014-06-27 12:06:48 -0700 |
|---|---|---|
| committer | ztenghui <ztenghui@google.com> | 2014-06-30 12:43:52 -0700 |
| commit | 9cb5b4c2d93acb9d6f5e14167e265c328c487d6b (patch) | |
| tree | 4c070cc42cdc6c4a438f4e870d00293429ed5533 /tests/VectorDrawableTest/res/anim | |
| parent | 66d3d8a09eb6a0238e3c189d8c3d598dc62dc0ab (diff) | |
| download | frameworks_base-9cb5b4c2d93acb9d6f5e14167e265c328c487d6b.zip frameworks_base-9cb5b4c2d93acb9d6f5e14167e265c328c487d6b.tar.gz frameworks_base-9cb5b4c2d93acb9d6f5e14167e265c328c487d6b.tar.bz2 | |
Use AnimatedVectorDrawable for progress bar.
Change-Id: I419197ef38a611757f27ca3192350ad4bd403875
Diffstat (limited to 'tests/VectorDrawableTest/res/anim')
| -rw-r--r-- | tests/VectorDrawableTest/res/anim/trim_path_animation_progress_bar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/VectorDrawableTest/res/anim/trim_path_animation_progress_bar.xml b/tests/VectorDrawableTest/res/anim/trim_path_animation_progress_bar.xml index f510256..c9fd676 100644 --- a/tests/VectorDrawableTest/res/anim/trim_path_animation_progress_bar.xml +++ b/tests/VectorDrawableTest/res/anim/trim_path_animation_progress_bar.xml @@ -39,7 +39,7 @@ android:propertyName="trimPathOffset" android:repeatCount="-1" android:valueFrom="0" - android:valueTo="1.25" + android:valueTo="0.25" android:valueType="floatType" /> </set>
\ No newline at end of file |
