summaryrefslogtreecommitdiffstats
path: root/tests/VectorDrawableTest
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2014-06-27 12:06:48 -0700
committerztenghui <ztenghui@google.com>2014-06-30 12:43:52 -0700
commit9cb5b4c2d93acb9d6f5e14167e265c328c487d6b (patch)
tree4c070cc42cdc6c4a438f4e870d00293429ed5533 /tests/VectorDrawableTest
parent66d3d8a09eb6a0238e3c189d8c3d598dc62dc0ab (diff)
downloadframeworks_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')
-rw-r--r--tests/VectorDrawableTest/res/anim/trim_path_animation_progress_bar.xml2
-rw-r--r--tests/VectorDrawableTest/res/drawable/vector_drawable_progress_bar.xml2
2 files changed, 2 insertions, 2 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
diff --git a/tests/VectorDrawableTest/res/drawable/vector_drawable_progress_bar.xml b/tests/VectorDrawableTest/res/drawable/vector_drawable_progress_bar.xml
index 956c600..f1b2996 100644
--- a/tests/VectorDrawableTest/res/drawable/vector_drawable_progress_bar.xml
+++ b/tests/VectorDrawableTest/res/drawable/vector_drawable_progress_bar.xml
@@ -39,7 +39,7 @@
android:name="pie1"
android:fill="#00000000"
android:pathData="M0, 0 m 0, -9.5 a 9.5,9.5 0 1,1 0,19 a 9.5,9.5 0 1,1 0,-19"
- android:stroke="#89cff0"
+ android:stroke="?android:attr/colorControlActivated"
android:strokeLineCap="round"
android:strokeLineJoin="miter"
android:strokeWidth="2"